Color Hex Logo

#cb2eaa Color Hex

#CB2EAA
(203,46,170)
0 Favorites   0 Comments

Color spaces of #cb2eaa

RGB 20346170
HSL0.870.630.49
HSV313°77°80°
CMYK 0.000.770.16   0.20
XYZ32.861317.552839.6863
Yxy17.55280.36470.1948
Hunter Lab41.896166.6889-26.8356
CIE-Lab48.949170.9754-30.8829

#cb2eaa color RGB value is (203,46,170).

#cb2eaa hex color red value is 203, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cb2eaa hue: 0.87 , saturation: 0.63 and the lightness value of cb2eaa is 0.49.

The process color (four color CMYK) of #cb2eaa color hex is 0.00, 0.77, 0.16, 0.20. Web safe color of #cb2eaa is #cc3399. Color #cb2eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00101110 10101010
Octal 313 56 252
Decimal 203 46 170
Hex CB 2E AA

RGB Percentages of Color #cb2eaa

%48.45
%10.98
%40.57

CMYK Percentages of Color #cb2eaa

%0
%77
%16
%20

Triadic Colors of #cb2eaa

#cb2eaa #aacb2e #2eaacb

Analogous Colors of #cb2eaa

#cb2eaa #cb2e5b #9e2ecb

Monochromatic Colors of #cb2eaa

#cb2eaa

Complementary Color

#cb2eaa #2ecb4f

#cb2eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb2eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb2eaa Color CSS Codes

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

#cb2eaa Text Font Color

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

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


#cb2eaa Background Color

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

This div background color is #cb2eaa


#cb2eaa Border Color

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

This div border color is #cb2eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb2eaa


Comments

No comments written yet.

Please login to write comment.