Color Hex Logo

#cb5eba Color Hex

#CB5EBA
(203,94,186)
0 Favorites   0 Comments

Color spaces of #cb5eba

RGB 20394186
HSL0.860.510.58
HSV309°54°80°
CMYK 0.000.540.08   0.20
XYZ37.494224.247149.1584
Yxy24.24710.33810.2186
Hunter Lab49.241349.7442-24.7212
CIE-Lab56.334454.9148-28.7152

#cb5eba color RGB value is (203,94,186).

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

The process color (four color CMYK) of #cb5eba color hex is 0.00, 0.54, 0.08, 0.20. Web safe color of #cb5eba is #cc66cc. Color #cb5eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011110 10111010
Octal 313 136 272
Decimal 203 94 186
Hex CB 5E BA

RGB Percentages of Color #cb5eba

%42.03
%19.46
%38.51

CMYK Percentages of Color #cb5eba

%0
%54
%8
%20

Triadic Colors of #cb5eba

#cb5eba #bacb5e #5ebacb

Analogous Colors of #cb5eba

#cb5eba #cb5e84 #a65ecb

Monochromatic Colors of #cb5eba

#cb5eba

Complementary Color

#cb5eba #5ecb6f

#cb5eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5eba Color CSS Codes

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

#cb5eba Text Font Color

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

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


#cb5eba Background Color

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

This div background color is #cb5eba


#cb5eba Border Color

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

This div border color is #cb5eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5eba


Comments

No comments written yet.

Please login to write comment.