Color Hex Logo

#cb3ade Color Hex

#CB3ADE
(203,58,222)
0 Favorites   0 Comments

Color spaces of #cb3ade

RGB 20358222
HSL0.810.710.55
HSV293°74°87°
CMYK 0.090.740.00   0.13
XYZ39.326520.996571.0872
Yxy20.99650.29930.1598
Hunter Lab45.821973.0085-59.9059
CIE-Lab52.945775.3999-54.6312

#cb3ade color RGB value is (203,58,222).

#cb3ade hex color red value is 203, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cb3ade hue: 0.81 , saturation: 0.71 and the lightness value of cb3ade is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111010 11011110
Octal 313 72 336
Decimal 203 58 222
Hex CB 3A DE

RGB Percentages of Color #cb3ade

%42.03
%12.01
%45.96

CMYK Percentages of Color #cb3ade

%9
%74
%0
%13

Triadic Colors of #cb3ade

#cb3ade #decb3a #3adecb

Analogous Colors of #cb3ade

#cb3ade #de3a9f #793ade

Monochromatic Colors of #cb3ade

#cb3ade

Complementary Color

#cb3ade #4dde3a

#cb3ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3ade Color CSS Codes

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

#cb3ade Text Font Color

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

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


#cb3ade Background Color

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

This div background color is #cb3ade


#cb3ade Border Color

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

This div border color is #cb3ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,58,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 #cb3ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3ade


Comments

No comments written yet.

Please login to write comment.