Color Hex Logo

#cb03af Color Hex

#CB03AF
(203,3,175)
0 Favorites   0 Comments

Color spaces of #cb03af

RGB 2033175
HSL0.860.970.40
HSV308°99°80°
CMYK 0.000.990.14   0.20
XYZ32.399015.856841.9105
Yxy15.85680.35930.1759
Hunter Lab39.820675.5459-34.5273
CIE-Lab46.786178.6457-37.2330

#cb03af color RGB value is (203,3,175).

#cb03af hex color red value is 203, green value is 3 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cb03af hue: 0.86 , saturation: 0.97 and the lightness value of cb03af is 0.40.

The process color (four color CMYK) of #cb03af color hex is 0.00, 0.99, 0.14, 0.20. Web safe color of #cb03af is #cc0099. Color #cb03af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000011 10101111
Octal 313 3 257
Decimal 203 3 175
Hex CB 3 AF

RGB Percentages of Color #cb03af

%53.28
%0.79
%45.93

CMYK Percentages of Color #cb03af

%0
%99
%14
%20

Triadic Colors of #cb03af

#cb03af #afcb03 #03afcb

Analogous Colors of #cb03af

#cb03af #cb034b #8303cb

Monochromatic Colors of #cb03af

#cb03af

Complementary Color

#cb03af #03cb1f

#cb03af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb03af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb03af Color CSS Codes

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

#cb03af Text Font Color

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

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


#cb03af Background Color

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

This div background color is #cb03af


#cb03af Border Color

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

This div border color is #cb03af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb03af


Comments

No comments written yet.

Please login to write comment.