Color Hex Logo

#cb24a5 Color Hex

#CB24A5
(203,36,165)
0 Favorites   0 Comments

Color spaces of #cb24a5

RGB 20336165
HSL0.870.700.47
HSV314°82°80°
CMYK 0.000.820.19   0.20
XYZ32.051016.674937.1266
Yxy16.67490.37330.1942
Hunter Lab40.834968.6421-25.3213
CIE-Lab47.847872.8142-29.6419

#cb24a5 color RGB value is (203,36,165).

#cb24a5 hex color red value is 203, green value is 36 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cb24a5 hue: 0.87 , saturation: 0.70 and the lightness value of cb24a5 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100100 10100101
Octal 313 44 245
Decimal 203 36 165
Hex CB 24 A5

RGB Percentages of Color #cb24a5

%50.25
%8.91
%40.84

CMYK Percentages of Color #cb24a5

%0
%82
%19
%20

Triadic Colors of #cb24a5

#cb24a5 #a5cb24 #24a5cb

Analogous Colors of #cb24a5

#cb24a5 #cb2451 #9e24cb

Monochromatic Colors of #cb24a5

#cb24a5

Complementary Color

#cb24a5 #24cb4a

#cb24a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb24a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb24a5 Color CSS Codes

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

#cb24a5 Text Font Color

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

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


#cb24a5 Background Color

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

This div background color is #cb24a5


#cb24a5 Border Color

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

This div border color is #cb24a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb24a5


Comments

No comments written yet.

Please login to write comment.