Color Hex Logo

#cb3aad Color Hex

#CB3AAD
(203,58,173)
0 Favorites   0 Comments

Color spaces of #cb3aad

RGB 20358173
HSL0.870.580.51
HSV312°71°80°
CMYK 0.000.710.15   0.20
XYZ33.684518.739841.3769
Yxy18.73980.35910.1998
Hunter Lab43.289563.1381-26.3678
CIE-Lab50.381467.7082-30.4141

#cb3aad color RGB value is (203,58,173).

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

The process color (four color CMYK) of #cb3aad color hex is 0.00, 0.71, 0.15, 0.20. Web safe color of #cb3aad is #cc3399. Color #cb3aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111010 10101101
Octal 313 72 255
Decimal 203 58 173
Hex CB 3A AD

RGB Percentages of Color #cb3aad

%46.77
%13.36
%39.86

CMYK Percentages of Color #cb3aad

%0
%71
%15
%20

Triadic Colors of #cb3aad

#cb3aad #adcb3a #3aadcb

Analogous Colors of #cb3aad

#cb3aad #cb3a65 #a13acb

Monochromatic Colors of #cb3aad

#cb3aad

Complementary Color

#cb3aad #3acb58

#cb3aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3aad Color CSS Codes

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

#cb3aad Text Font Color

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

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


#cb3aad Background Color

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

This div background color is #cb3aad


#cb3aad Border Color

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

This div border color is #cb3aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3aad


Comments

No comments written yet.

Please login to write comment.