Color Hex Logo

#c01ebf Color Hex

#C01EBF
(192,30,191)
0 Favorites   0 Comments

Color spaces of #c01ebf

RGB 19230191
HSL0.830.730.44
HSV300°84°75°
CMYK 0.000.840.01   0.25
XYZ31.606515.896650.6927
Yxy15.89660.32190.1619
Hunter Lab39.870571.7285-47.4739
CIE-Lab46.838575.5481-46.6672

#c01ebf color RGB value is (192,30,191).

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

The process color (four color CMYK) of #c01ebf color hex is 0.00, 0.84, 0.01, 0.25. Web safe color of #c01ebf is #cc33cc. Color #c01ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011110 10111111
Octal 300 36 277
Decimal 192 30 191
Hex C0 1E BF

RGB Percentages of Color #c01ebf

%46.49
%7.26
%46.25

CMYK Percentages of Color #c01ebf

%0
%84
%1
%25

Triadic Colors of #c01ebf

#c01ebf #bfc01e #1ebfc0

Analogous Colors of #c01ebf

#c01ebf #c01e6e #701ec0

Monochromatic Colors of #c01ebf

#c01ebf

Complementary Color

#c01ebf #1ec01f

#c01ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01ebf Color CSS Codes

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

#c01ebf Text Font Color

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

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


#c01ebf Background Color

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

This div background color is #c01ebf


#c01ebf Border Color

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

This div border color is #c01ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,30,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 #c01ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01ebf


Comments

No comments written yet.

Please login to write comment.