Color Hex Logo

#cb5aec Color Hex

#CB5AEC
(203,90,236)
0 Favorites   0 Comments

Color spaces of #cb5aec

RGB 20390236
HSL0.800.790.64
HSV286°62°93°
CMYK 0.140.620.00   0.07
XYZ43.425126.065082.0992
Yxy26.06500.28650.1719
Hunter Lab51.053962.4831-59.6059
CIE-Lab58.098765.7067-54.2792

#cb5aec color RGB value is (203,90,236).

#cb5aec hex color red value is 203, green value is 90 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cb5aec hue: 0.80 , saturation: 0.79 and the lightness value of cb5aec is 0.64.

The process color (four color CMYK) of #cb5aec color hex is 0.14, 0.62, 0.00, 0.07. Web safe color of #cb5aec is #cc66ff. Color #cb5aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011010 11101100
Octal 313 132 354
Decimal 203 90 236
Hex CB 5A EC

RGB Percentages of Color #cb5aec

%38.37
%17.01
%44.61

CMYK Percentages of Color #cb5aec

%14
%62
%0
%7

Triadic Colors of #cb5aec

#cb5aec #eccb5a #5aeccb

Analogous Colors of #cb5aec

#cb5aec #ec5ac4 #825aec

Monochromatic Colors of #cb5aec

#cb5aec

Complementary Color

#cb5aec #7bec5a

#cb5aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5aec Color CSS Codes

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

#cb5aec Text Font Color

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

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


#cb5aec Background Color

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

This div background color is #cb5aec


#cb5aec Border Color

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

This div border color is #cb5aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5aec


Comments

No comments written yet.

Please login to write comment.