Color Hex Logo

#cb315c Color Hex

#CB315C
(203,49,92)
0 Favorites   0 Comments

Color spaces of #cb315c

RGB 2034992
HSL0.950.610.49
HSV343°76°80°
CMYK 0.000.760.55   0.20
XYZ27.658715.665811.6912
Yxy15.66580.50270.2848
Hunter Lab39.580055.471510.1929
CIE-Lab46.532961.796812.7557

#cb315c color RGB value is (203,49,92).

#cb315c hex color red value is 203, green value is 49 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cb315c hue: 0.95 , saturation: 0.61 and the lightness value of cb315c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110001 01011100
Octal 313 61 134
Decimal 203 49 92
Hex CB 31 5C

RGB Percentages of Color #cb315c

%59.01
%14.24
%26.74

CMYK Percentages of Color #cb315c

%0
%76
%55
%20

Triadic Colors of #cb315c

#cb315c #5ccb31 #315ccb

Analogous Colors of #cb315c

#cb315c #cb5331 #cb31a9

Monochromatic Colors of #cb315c

#cb315c

Complementary Color

#cb315c #31cba0

#cb315c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb315c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb315c Color CSS Codes

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

#cb315c Text Font Color

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

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


#cb315c Background Color

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

This div background color is #cb315c


#cb315c Border Color

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

This div border color is #cb315c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb315c


Comments

No comments written yet.

Please login to write comment.