Color Hex Logo

#cb425f Color Hex

#CB425F
(203,66,95)
0 Favorites   0 Comments

Color spaces of #cb425f

RGB 2036695
HSL0.960.570.53
HSV347°67°80°
CMYK 0.000.670.53   0.20
XYZ28.642417.419212.6791
Yxy17.41920.48760.2965
Hunter Lab41.736349.460711.2037
CIE-Lab48.783955.976614.0313

#cb425f color RGB value is (203,66,95).

#cb425f hex color red value is 203, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cb425f hue: 0.96 , saturation: 0.57 and the lightness value of cb425f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000010 01011111
Octal 313 102 137
Decimal 203 66 95
Hex CB 42 5F

RGB Percentages of Color #cb425f

%55.77
%18.13
%26.10

CMYK Percentages of Color #cb425f

%0
%67
%53
%20

Triadic Colors of #cb425f

#cb425f #5fcb42 #425fcb

Analogous Colors of #cb425f

#cb425f #cb6a42 #cb42a4

Monochromatic Colors of #cb425f

#cb425f

Complementary Color

#cb425f #42cbae

#cb425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb425f Color CSS Codes

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

#cb425f Text Font Color

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

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


#cb425f Background Color

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

This div background color is #cb425f


#cb425f Border Color

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

This div border color is #cb425f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb425f


Comments

No comments written yet.

Please login to write comment.