Color Hex Logo

#c01baf Color Hex

#C01BAF
(192,27,175)
0 Favorites   0 Comments

Color spaces of #c01baf

RGB 19227175
HSL0.850.750.43
HSV306°86°75°
CMYK 0.000.860.09   0.25
XYZ29.868015.085541.8950
Yxy15.08550.34390.1737
Hunter Lab38.840169.2964-36.7654
CIE-Lab45.751173.7640-38.9995

#c01baf color RGB value is (192,27,175).

#c01baf hex color red value is 192, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c01baf hue: 0.85 , saturation: 0.75 and the lightness value of c01baf is 0.43.

The process color (four color CMYK) of #c01baf color hex is 0.00, 0.86, 0.09, 0.25. Web safe color of #c01baf is #cc3399. Color #c01baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011011 10101111
Octal 300 33 257
Decimal 192 27 175
Hex C0 1B AF

RGB Percentages of Color #c01baf

%48.73
%6.85
%44.42

CMYK Percentages of Color #c01baf

%0
%86
%9
%25

Triadic Colors of #c01baf

#c01baf #afc01b #1bafc0

Analogous Colors of #c01baf

#c01baf #c01b5d #7f1bc0

Monochromatic Colors of #c01baf

#c01baf

Complementary Color

#c01baf #1bc02c

#c01baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01baf Color CSS Codes

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

#c01baf Text Font Color

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

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


#c01baf Background Color

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

This div background color is #c01baf


#c01baf Border Color

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

This div border color is #c01baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01baf


Comments

No comments written yet.

Please login to write comment.