Color Hex Logo

#cb5f70 Color Hex

#CB5F70
(203,95,112)
0 Favorites   0 Comments

Color spaces of #cb5f70

RGB 20395112
HSL0.970.510.58
HSV351°53°80°
CMYK 0.000.530.45   0.20
XYZ31.645422.050817.9176
Yxy22.05080.44190.3079
Hunter Lab46.958338.115010.2479
CIE-Lab54.080944.473211.2309

#cb5f70 color RGB value is (203,95,112).

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

The process color (four color CMYK) of #cb5f70 color hex is 0.00, 0.53, 0.45, 0.20. Web safe color of #cb5f70 is #cc6666. Color #cb5f70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011111 01110000
Octal 313 137 160
Decimal 203 95 112
Hex CB 5F 70

RGB Percentages of Color #cb5f70

%49.51
%23.17
%27.32

CMYK Percentages of Color #cb5f70

%0
%53
%45
%20

Triadic Colors of #cb5f70

#cb5f70 #70cb5f #5f70cb

Analogous Colors of #cb5f70

#cb5f70 #cb845f #cb5fa6

Monochromatic Colors of #cb5f70

#cb5f70

Complementary Color

#cb5f70 #5fcbba

#cb5f70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5f70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5f70 Color CSS Codes

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

#cb5f70 Text Font Color

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

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


#cb5f70 Background Color

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

This div background color is #cb5f70


#cb5f70 Border Color

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

This div border color is #cb5f70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5f70


Comments

No comments written yet.

Please login to write comment.