Color Hex Logo

#cb255f Color Hex

#CB255F
(203,37,95)
0 Favorites   0 Comments

Color spaces of #cb255f

RGB 2033795
HSL0.940.690.47
HSV339°82°80°
CMYK 0.000.820.53   0.20
XYZ27.355714.845912.2502
Yxy14.84590.50240.2726
Hunter Lab38.530459.30288.1208
CIE-Lab45.422465.36929.3495

#cb255f color RGB value is (203,37,95).

#cb255f hex color red value is 203, green value is 37 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cb255f hue: 0.94 , saturation: 0.69 and the lightness value of cb255f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100101 01011111
Octal 313 45 137
Decimal 203 37 95
Hex CB 25 5F

RGB Percentages of Color #cb255f

%60.60
%11.04
%28.36

CMYK Percentages of Color #cb255f

%0
%82
%53
%20

Triadic Colors of #cb255f

#cb255f #5fcb25 #255fcb

Analogous Colors of #cb255f

#cb255f #cb3e25 #cb25b2

Monochromatic Colors of #cb255f

#cb255f

Complementary Color

#cb255f #25cb91

#cb255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb255f Color CSS Codes

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

#cb255f Text Font Color

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

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


#cb255f Background Color

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

This div background color is #cb255f


#cb255f Border Color

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

This div border color is #cb255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb255f


Comments

No comments written yet.

Please login to write comment.