color codes Logo

#c918ba color codes

#C918BA
(201,24,186)
0 Favorites   0 Comments

Color spaces of #c918ba

RGB 20124186
HSL0.850.790.44
HSV305°88°79°
CMYK 0.000.880.07   0.21
XYZ33.277016.615947.9077
Yxy16.61590.34030.1699
Hunter Lab40.762674.3859-41.1489
CIE-Lab47.772477.5212-42.1649

#c918ba color RGB value is (201,24,186).

#c918ba hex color red value is 201, green value is 24 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c918ba hue: 0.85 , saturation: 0.79 and the lightness value of c918ba is 0.44.

The process color (four color CMYK) of #c918ba color code is 0.00, 0.88, 0.07, 0.21. Web safe color of #c918ba is #cc00cc. Color #c918ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011000 10111010
Octal 311 30 272
Decimal 201 24 186
Hex C9 18 BA

RGB Percentages of Color #c918ba

%48.91
%5.84
%45.26

CMYK Percentages of Color #c918ba

%0
%88
%7
%21

Triadic Colors of #c918ba

#c918ba #bac918 #18bac9

Analogous Colors of #c918ba

#c918ba #c91861 #8018c9

Monochromatic Colors of #c918ba

#c918ba

Complementary Color

#c918ba #18c927

#c918ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c918ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c918ba Color CSS Codes

.mybgcolor {background-color:#c918ba; } 
.myforecolor {color:#c918ba; }
.mybordercolor {border:3px solid #c918ba; }

#c918ba Text Font Color

<p style="color:#c918ba">Text here</p>

This sample text font color is #c918ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c918ba Background Color

<div style="background-color:#c918ba">
Div content here</div>

This div background color is #c918ba


#c918ba Border Color

<div style="border:3px solid #c918ba">
Div here</div>

This div border color is #c918ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,24,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c918ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c918ba;
  -webkit-box-shadow: 1px 1px 3px 2px #c918ba;
  box-shadow:         1px 1px 3px 2px #c918ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,24,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c918ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c918ba;
  -webkit-box-shadow: 1px 1px 3px 2px #c918ba;
  box-shadow:         1px 1px 3px 2px #c918ba;">
Div content here</div>

This div box has shadow with color #c918ba


Comments

No comments written yet.

Please login to write comment.