Color Hex Logo

#c014bf Color Hex

#C014BF
(192,20,191)
0 Favorites   0 Comments

Color spaces of #c014bf

RGB 19220191
HSL0.830.810.42
HSV300°90°75°
CMYK 0.000.900.01   0.25
XYZ31.392415.468450.6213
Yxy15.46840.32200.1587
Hunter Lab39.329973.6481-48.7809
CIE-Lab46.269277.2183-47.5761

#c014bf color RGB value is (192,20,191).

#c014bf hex color red value is 192, green value is 20 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c014bf hue: 0.83 , saturation: 0.81 and the lightness value of c014bf is 0.42.

The process color (four color CMYK) of #c014bf color hex is 0.00, 0.90, 0.01, 0.25. Web safe color of #c014bf is #cc00cc. Color #c014bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 10111111
Octal 300 24 277
Decimal 192 20 191
Hex C0 14 BF

RGB Percentages of Color #c014bf

%47.64
%4.96
%47.39

CMYK Percentages of Color #c014bf

%0
%90
%1
%25

Triadic Colors of #c014bf

#c014bf #bfc014 #14bfc0

Analogous Colors of #c014bf

#c014bf #c01469 #6b14c0

Monochromatic Colors of #c014bf

#c014bf

Complementary Color

#c014bf #14c015

#c014bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c014bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c014bf Color CSS Codes

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

#c014bf Text Font Color

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

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


#c014bf Background Color

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

This div background color is #c014bf


#c014bf Border Color

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

This div border color is #c014bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c014bf


Comments

No comments written yet.

Please login to write comment.