Color Hex Logo

#c614bb Color Hex

#C614BB
(198,20,187)
0 Favorites   0 Comments

Color spaces of #c614bb

RGB 19820187
HSL0.840.820.43
HSV304°90°78°
CMYK 0.000.900.06   0.22
XYZ32.508516.093948.4068
Yxy16.09390.33510.1659
Hunter Lab40.117274.4403-43.4593
CIE-Lab47.097477.6965-43.8550

#c614bb color RGB value is (198,20,187).

#c614bb hex color red value is 198, green value is 20 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c614bb hue: 0.84 , saturation: 0.82 and the lightness value of c614bb is 0.43.

The process color (four color CMYK) of #c614bb color hex is 0.00, 0.90, 0.06, 0.22. Web safe color of #c614bb is #cc00cc. Color #c614bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010100 10111011
Octal 306 24 273
Decimal 198 20 187
Hex C6 14 BB

RGB Percentages of Color #c614bb

%48.89
%4.94
%46.17

CMYK Percentages of Color #c614bb

%0
%90
%6
%22

Triadic Colors of #c614bb

#c614bb #bbc614 #14bbc6

Analogous Colors of #c614bb

#c614bb #c61462 #7814c6

Monochromatic Colors of #c614bb

#c614bb

Complementary Color

#c614bb #14c61f

#c614bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c614bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c614bb Color CSS Codes

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

#c614bb Text Font Color

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

This sample text font color is #c614bb
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.


#c614bb Background Color

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

This div background color is #c614bb


#c614bb Border Color

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

This div border color is #c614bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,20,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c614bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c614bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c614bb;
  box-shadow:         1px 1px 3px 2px #c614bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,20,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c614bb


Comments

No comments written yet.

Please login to write comment.