Color Hex Logo

#cb395b Color Hex

#CB395B
(203,57,91)
0 Favorites   0 Comments

Color spaces of #cb395b

RGB 2035791
HSL0.960.580.51
HSV346°72°80°
CMYK 0.000.720.55   0.20
XYZ27.980116.378111.5841
Yxy16.37810.50020.2928
Hunter Lab40.469952.589311.3577
CIE-Lab47.466759.050514.6568

#cb395b color RGB value is (203,57,91).

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

The process color (four color CMYK) of #cb395b color hex is 0.00, 0.72, 0.55, 0.20. Web safe color of #cb395b is #cc3366. Color #cb395b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111001 01011011
Octal 313 71 133
Decimal 203 57 91
Hex CB 39 5B

RGB Percentages of Color #cb395b

%57.83
%16.24
%25.93

CMYK Percentages of Color #cb395b

%0
%72
%55
%20

Triadic Colors of #cb395b

#cb395b #5bcb39 #395bcb

Analogous Colors of #cb395b

#cb395b #cb6039 #cb39a4

Monochromatic Colors of #cb395b

#cb395b

Complementary Color

#cb395b #39cba9

#cb395b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb395b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb395b Color CSS Codes

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

#cb395b Text Font Color

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

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


#cb395b Background Color

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

This div background color is #cb395b


#cb395b Border Color

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

This div border color is #cb395b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb395b


Comments

No comments written yet.

Please login to write comment.