Color Hex Logo

#cb2598 Color Hex

#CB2598
(203,37,152)
0 Favorites   0 Comments

Color spaces of #cb2598

RGB 20337152
HSL0.880.690.47
HSV318°82°80°
CMYK 0.000.820.25   0.20
XYZ30.957716.286631.2177
Yxy16.28660.39460.2076
Hunter Lab40.356766.3037-17.6138
CIE-Lab47.348370.9642-22.6582

#cb2598 color RGB value is (203,37,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100101 10011000
Octal 313 45 230
Decimal 203 37 152
Hex CB 25 98

RGB Percentages of Color #cb2598

%51.79
%9.44
%38.78

CMYK Percentages of Color #cb2598

%0
%82
%25
%20

Triadic Colors of #cb2598

#cb2598 #98cb25 #2598cb

Analogous Colors of #cb2598

#cb2598 #cb2545 #ab25cb

Monochromatic Colors of #cb2598

#cb2598

Complementary Color

#cb2598 #25cb58

#cb2598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb2598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb2598 Color CSS Codes

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

#cb2598 Text Font Color

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

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


#cb2598 Background Color

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

This div background color is #cb2598


#cb2598 Border Color

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

This div border color is #cb2598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb2598


Comments

No comments written yet.

Please login to write comment.