Color Hex Logo

#cb4dad Color Hex

#CB4DAD
(203,77,173)
0 Favorites   0 Comments

Color spaces of #cb4dad

RGB 20377173
HSL0.870.550.55
HSV314°62°80°
CMYK 0.000.620.15   0.20
XYZ34.825321.021441.7572
Yxy21.02140.35680.2154
Hunter Lab45.849155.3461-21.9042
CIE-Lab52.972960.4880-26.3884

#cb4dad color RGB value is (203,77,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001101 10101101
Octal 313 115 255
Decimal 203 77 173
Hex CB 4D AD

RGB Percentages of Color #cb4dad

%44.81
%17.00
%38.19

CMYK Percentages of Color #cb4dad

%0
%62
%15
%20

Triadic Colors of #cb4dad

#cb4dad #adcb4d #4dadcb

Analogous Colors of #cb4dad

#cb4dad #cb4d6e #aa4dcb

Monochromatic Colors of #cb4dad

#cb4dad

Complementary Color

#cb4dad #4dcb6b

#cb4dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4dad Color CSS Codes

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

#cb4dad Text Font Color

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

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


#cb4dad Background Color

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

This div background color is #cb4dad


#cb4dad Border Color

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

This div border color is #cb4dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4dad


Comments

No comments written yet.

Please login to write comment.