Color Hex Logo

#cb2aed Color Hex

#CB2AED
(203,42,237)
0 Favorites   0 Comments

Color spaces of #cb2aed

RGB 20342237
HSL0.800.840.55
HSV290°82°93°
CMYK 0.140.820.00   0.07
XYZ40.742620.466981.9239
Yxy20.46690.28460.1430
Hunter Lab45.240481.5831-75.6976
CIE-Lab52.361082.3393-64.0421

#cb2aed color RGB value is (203,42,237).

#cb2aed hex color red value is 203, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cb2aed hue: 0.80 , saturation: 0.84 and the lightness value of cb2aed is 0.55.

The process color (four color CMYK) of #cb2aed color hex is 0.14, 0.82, 0.00, 0.07. Web safe color of #cb2aed is #cc33ff. Color #cb2aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00101010 11101101
Octal 313 52 355
Decimal 203 42 237
Hex CB 2A ED

RGB Percentages of Color #cb2aed

%42.12
%8.71
%49.17

CMYK Percentages of Color #cb2aed

%14
%82
%0
%7

Triadic Colors of #cb2aed

#cb2aed #edcb2a #2aedcb

Analogous Colors of #cb2aed

#cb2aed #ed2aae #6a2aed

Monochromatic Colors of #cb2aed

#cb2aed

Complementary Color

#cb2aed #4ced2a

#cb2aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb2aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb2aed Color CSS Codes

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

#cb2aed Text Font Color

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

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


#cb2aed Background Color

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

This div background color is #cb2aed


#cb2aed Border Color

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

This div border color is #cb2aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb2aed


Comments

No comments written yet.

Please login to write comment.