Color Hex Logo

#cb0aed Color Hex

#CB0AED
(203,10,237)
0 Favorites   0 Comments

Color spaces of #cb0aed

RGB 20310237
HSL0.810.920.48
HSV291°96°93°
CMYK 0.140.960.00   0.07
XYZ40.023219.028081.6841
Yxy19.02800.28440.1352
Hunter Lab43.621187.4403-80.4906
CIE-Lab50.719987.1808-66.6939

#cb0aed color RGB value is (203,10,237).

#cb0aed hex color red value is 203, green value is 10 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cb0aed hue: 0.81 , saturation: 0.92 and the lightness value of cb0aed is 0.48.

The process color (four color CMYK) of #cb0aed color hex is 0.14, 0.96, 0.00, 0.07. Web safe color of #cb0aed is #cc00ff. Color #cb0aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001010 11101101
Octal 313 12 355
Decimal 203 10 237
Hex CB A ED

RGB Percentages of Color #cb0aed

%45.11
%2.22
%52.67

CMYK Percentages of Color #cb0aed

%14
%96
%0
%7

Triadic Colors of #cb0aed

#cb0aed #edcb0a #0aedcb

Analogous Colors of #cb0aed

#cb0aed #ed0a9e #590aed

Monochromatic Colors of #cb0aed

#cb0aed

Complementary Color

#cb0aed #2ced0a

#cb0aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb0aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb0aed Color CSS Codes

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

#cb0aed Text Font Color

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

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


#cb0aed Background Color

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

This div background color is #cb0aed


#cb0aed Border Color

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

This div border color is #cb0aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb0aed


Comments

No comments written yet.

Please login to write comment.