Color Hex Logo

#cb5ebc Color Hex

#CB5EBC
(203,94,188)
0 Favorites   0 Comments

Color spaces of #cb5ebc

RGB 20394188
HSL0.860.510.58
HSV308°54°80°
CMYK 0.000.540.07   0.20
XYZ37.708424.332850.2862
Yxy24.33280.33570.2166
Hunter Lab49.328350.1276-25.9116
CIE-Lab56.419555.2449-29.7329

#cb5ebc color RGB value is (203,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011110 10111100
Octal 313 136 274
Decimal 203 94 188
Hex CB 5E BC

RGB Percentages of Color #cb5ebc

%41.86
%19.38
%38.76

CMYK Percentages of Color #cb5ebc

%0
%54
%7
%20

Triadic Colors of #cb5ebc

#cb5ebc #bccb5e #5ebccb

Analogous Colors of #cb5ebc

#cb5ebc #cb5e86 #a45ecb

Monochromatic Colors of #cb5ebc

#cb5ebc

Complementary Color

#cb5ebc #5ecb6d

#cb5ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5ebc Color CSS Codes

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

#cb5ebc Text Font Color

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

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


#cb5ebc Background Color

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

This div background color is #cb5ebc


#cb5ebc Border Color

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

This div border color is #cb5ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5ebc


Comments

No comments written yet.

Please login to write comment.