Color Hex Logo

#cb035f Color Hex

#CB035F
(203,3,95)
0 Favorites   0 Comments

Color spaces of #cb035f

RGB 203395
HSL0.920.970.40
HSV332°99°80°
CMYK 0.000.990.53   0.20
XYZ26.726713.587912.0405
Yxy13.58790.51050.2595
Hunter Lab36.861864.91376.4368
CIE-Lab43.636070.51936.8236

#cb035f color RGB value is (203,3,95).

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

The process color (four color CMYK) of #cb035f color hex is 0.00, 0.99, 0.53, 0.20. Web safe color of #cb035f is #cc0066. Color #cb035f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000011 01011111
Octal 313 3 137
Decimal 203 3 95
Hex CB 3 5F

RGB Percentages of Color #cb035f

%67.44
%1.00
%31.56

CMYK Percentages of Color #cb035f

%0
%99
%53
%20

Triadic Colors of #cb035f

#cb035f #5fcb03 #035fcb

Analogous Colors of #cb035f

#cb035f #cb0b03 #cb03c3

Monochromatic Colors of #cb035f

#cb035f

Complementary Color

#cb035f #03cb6f

#cb035f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb035f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb035f Color CSS Codes

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

#cb035f Text Font Color

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

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


#cb035f Background Color

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

This div background color is #cb035f


#cb035f Border Color

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

This div border color is #cb035f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,3,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb035f


Comments

No comments written yet.

Please login to write comment.