Color Hex Logo

#cb29c2 Color Hex

#CB29C2
(203,41,194)
0 Favorites   0 Comments

Color spaces of #cb29c2

RGB 20341194
HSL0.840.660.48
HSV303°80°80°
CMYK 0.000.800.04   0.20
XYZ35.159118.177452.6944
Yxy18.17740.33160.1714
Hunter Lab42.635072.5896-43.4346
CIE-Lab49.710675.6893-43.7295

#cb29c2 color RGB value is (203,41,194).

#cb29c2 hex color red value is 203, green value is 41 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #cb29c2 hue: 0.84 , saturation: 0.66 and the lightness value of cb29c2 is 0.48.

The process color (four color CMYK) of #cb29c2 color hex is 0.00, 0.80, 0.04, 0.20. Web safe color of #cb29c2 is #cc33cc. Color #cb29c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00101001 11000010
Octal 313 51 302
Decimal 203 41 194
Hex CB 29 C2

RGB Percentages of Color #cb29c2

%46.35
%9.36
%44.29

CMYK Percentages of Color #cb29c2

%0
%80
%4
%20

Triadic Colors of #cb29c2

#cb29c2 #c2cb29 #29c2cb

Analogous Colors of #cb29c2

#cb29c2 #cb2971 #8329cb

Monochromatic Colors of #cb29c2

#cb29c2

Complementary Color

#cb29c2 #29cb32

#cb29c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb29c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb29c2 Color CSS Codes

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

#cb29c2 Text Font Color

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

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


#cb29c2 Background Color

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

This div background color is #cb29c2


#cb29c2 Border Color

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

This div border color is #cb29c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb29c2


Comments

No comments written yet.

Please login to write comment.