Color Hex Logo

#cb2ade Color Hex

#CB2ADE
(203,42,222)
0 Favorites   0 Comments

Color spaces of #cb2ade

RGB 20342222
HSL0.820.730.52
HSV294°81°87°
CMYK 0.090.810.00   0.13
XYZ38.641419.626470.8589
Yxy19.62640.29930.1520
Hunter Lab44.301778.1656-63.8210
CIE-Lab51.412279.8336-57.0893

#cb2ade color RGB value is (203,42,222).

#cb2ade hex color red value is 203, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cb2ade hue: 0.82 , saturation: 0.73 and the lightness value of cb2ade is 0.52.

The process color (four color CMYK) of #cb2ade color hex is 0.09, 0.81, 0.00, 0.13. Web safe color of #cb2ade is #cc33cc. Color #cb2ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00101010 11011110
Octal 313 52 336
Decimal 203 42 222
Hex CB 2A DE

RGB Percentages of Color #cb2ade

%43.47
%8.99
%47.54

CMYK Percentages of Color #cb2ade

%9
%81
%0
%13

Triadic Colors of #cb2ade

#cb2ade #decb2a #2adecb

Analogous Colors of #cb2ade

#cb2ade #de2a97 #712ade

Monochromatic Colors of #cb2ade

#cb2ade

Complementary Color

#cb2ade #3dde2a

#cb2ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb2ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb2ade Color CSS Codes

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

#cb2ade Text Font Color

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

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


#cb2ade Background Color

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

This div background color is #cb2ade


#cb2ade Border Color

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

This div border color is #cb2ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb2ade


Comments

No comments written yet.

Please login to write comment.