Color Hex Logo

#cb259e Color Hex

#CB259E
(203,37,158)
0 Favorites   0 Comments

Color spaces of #cb259e

RGB 20337158
HSL0.880.690.47
HSV316°82°80°
CMYK 0.000.820.22   0.20
XYZ31.461716.488333.8721
Yxy16.48830.38450.2015
Hunter Lab40.605867.2431-21.0338
CIE-Lab47.608771.6985-25.8458

#cb259e color RGB value is (203,37,158).

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

The process color (four color CMYK) of #cb259e color hex is 0.00, 0.82, 0.22, 0.20. Web safe color of #cb259e is #cc3399. Color #cb259e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100101 10011110
Octal 313 45 236
Decimal 203 37 158
Hex CB 25 9E

RGB Percentages of Color #cb259e

%51.01
%9.30
%39.70

CMYK Percentages of Color #cb259e

%0
%82
%22
%20

Triadic Colors of #cb259e

#cb259e #9ecb25 #259ecb

Analogous Colors of #cb259e

#cb259e #cb254b #a525cb

Monochromatic Colors of #cb259e

#cb259e

Complementary Color

#cb259e #25cb52

#cb259e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb259e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb259e Color CSS Codes

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

#cb259e Text Font Color

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

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


#cb259e Background Color

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

This div background color is #cb259e


#cb259e Border Color

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

This div border color is #cb259e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb259e


Comments

No comments written yet.

Please login to write comment.