Color Hex Logo

#cb4ade Color Hex

#CB4ADE
(203,74,222)
0 Favorites   0 Comments

Color spaces of #cb4ade

RGB 20374222
HSL0.810.690.58
HSV292°67°87°
CMYK 0.090.670.00   0.13
XYZ40.262222.868071.3992
Yxy22.86800.29930.1700
Hunter Lab47.820566.6012-55.0496
CIE-Lab54.936169.7522-51.4529

#cb4ade color RGB value is (203,74,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001010 11011110
Octal 313 112 336
Decimal 203 74 222
Hex CB 4A DE

RGB Percentages of Color #cb4ade

%40.68
%14.83
%44.49

CMYK Percentages of Color #cb4ade

%9
%67
%0
%13

Triadic Colors of #cb4ade

#cb4ade #decb4a #4adecb

Analogous Colors of #cb4ade

#cb4ade #de4aa7 #814ade

Monochromatic Colors of #cb4ade

#cb4ade

Complementary Color

#cb4ade #5dde4a

#cb4ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4ade Color CSS Codes

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

#cb4ade Text Font Color

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

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


#cb4ade Background Color

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

This div background color is #cb4ade


#cb4ade Border Color

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

This div border color is #cb4ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4ade


Comments

No comments written yet.

Please login to write comment.