Color Hex Logo

#cb375f Color Hex

#CB375F
(203,55,95)
0 Favorites   0 Comments

Color spaces of #cb375f

RGB 2035595
HSL0.950.590.51
HSV344°73°80°
CMYK 0.000.730.53   0.20
XYZ28.060316.255112.4851
Yxy16.25510.49400.2862
Hunter Lab40.317653.67689.8621
CIE-Lab47.307460.054511.9863

#cb375f color RGB value is (203,55,95).

#cb375f hex color red value is 203, green value is 55 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cb375f hue: 0.95 , saturation: 0.59 and the lightness value of cb375f is 0.51.

The process color (four color CMYK) of #cb375f color hex is 0.00, 0.73, 0.53, 0.20. Web safe color of #cb375f is #cc3366. Color #cb375f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110111 01011111
Octal 313 67 137
Decimal 203 55 95
Hex CB 37 5F

RGB Percentages of Color #cb375f

%57.51
%15.58
%26.91

CMYK Percentages of Color #cb375f

%0
%73
%53
%20

Triadic Colors of #cb375f

#cb375f #5fcb37 #375fcb

Analogous Colors of #cb375f

#cb375f #cb5937 #cb37a9

Monochromatic Colors of #cb375f

#cb375f

Complementary Color

#cb375f #37cba3

#cb375f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb375f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb375f Color CSS Codes

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

#cb375f Text Font Color

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

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


#cb375f Background Color

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

This div background color is #cb375f


#cb375f Border Color

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

This div border color is #cb375f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb375f


Comments

No comments written yet.

Please login to write comment.