Color Hex Logo

#c014be Color Hex

#C014BE
(192,20,190)
0 Favorites   0 Comments

Color spaces of #c014be

RGB 19220190
HSL0.840.810.42
HSV301°90°75°
CMYK 0.000.900.01   0.25
XYZ31.282615.424550.0436
Yxy15.42450.32330.1594
Hunter Lab39.274073.4495-48.0564
CIE-Lab46.210277.0690-47.0861

#c014be color RGB value is (192,20,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 10111110
Octal 300 24 276
Decimal 192 20 190
Hex C0 14 BE

RGB Percentages of Color #c014be

%47.76
%4.98
%47.26

CMYK Percentages of Color #c014be

%0
%90
%1
%25

Triadic Colors of #c014be

#c014be #bec014 #14bec0

Analogous Colors of #c014be

#c014be #c01468 #6c14c0

Monochromatic Colors of #c014be

#c014be

Complementary Color

#c014be #14c016

#c014be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c014be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c014be Color CSS Codes

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

#c014be Text Font Color

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

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


#c014be Background Color

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

This div background color is #c014be


#c014be Border Color

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

This div border color is #c014be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c014be


Comments

No comments written yet.

Please login to write comment.