Color Hex Logo

#cb4dae Color Hex

#CB4DAE
(203,77,174)
0 Favorites   0 Comments

Color spaces of #cb4dae

RGB 20377174
HSL0.870.550.55
HSV314°62°80°
CMYK 0.000.620.14   0.20
XYZ34.922521.060342.2688
Yxy21.06030.35540.2144
Hunter Lab45.891555.5247-22.4856
CIE-Lab53.015460.6373-26.9061

#cb4dae color RGB value is (203,77,174).

#cb4dae hex color red value is 203, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb4dae hue: 0.87 , saturation: 0.55 and the lightness value of cb4dae is 0.55.

The process color (four color CMYK) of #cb4dae color hex is 0.00, 0.62, 0.14, 0.20. Web safe color of #cb4dae is #cc6699. Color #cb4dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001101 10101110
Octal 313 115 256
Decimal 203 77 174
Hex CB 4D AE

RGB Percentages of Color #cb4dae

%44.71
%16.96
%38.33

CMYK Percentages of Color #cb4dae

%0
%62
%14
%20

Triadic Colors of #cb4dae

#cb4dae #aecb4d #4daecb

Analogous Colors of #cb4dae

#cb4dae #cb4d6f #a94dcb

Monochromatic Colors of #cb4dae

#cb4dae

Complementary Color

#cb4dae #4dcb6a

#cb4dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4dae Color CSS Codes

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

#cb4dae Text Font Color

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

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


#cb4dae Background Color

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

This div background color is #cb4dae


#cb4dae Border Color

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

This div border color is #cb4dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4dae


Comments

No comments written yet.

Please login to write comment.