Color Hex Logo

#cb93e5 Color Hex

#CB93E5
(203,147,229)
0 Favorites   0 Comments

Color spaces of #cb93e5

RGB 203147229
HSL0.780.610.74
HSV281°36°90°
CMYK 0.110.360.00   0.10
XYZ49.205239.221179.1058
Yxy39.22110.29370.2341
Hunter Lab62.626830.6488-31.0523
CIE-Lab68.911135.4810-33.3973

#cb93e5 color RGB value is (203,147,229).

#cb93e5 hex color red value is 203, green value is 147 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cb93e5 hue: 0.78 , saturation: 0.61 and the lightness value of cb93e5 is 0.74.

The process color (four color CMYK) of #cb93e5 color hex is 0.11, 0.36, 0.00, 0.10. Web safe color of #cb93e5 is #cc99cc. Color #cb93e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 11100101
Octal 313 223 345
Decimal 203 147 229
Hex CB 93 E5

RGB Percentages of Color #cb93e5

%35.06
%25.39
%39.55

CMYK Percentages of Color #cb93e5

%11
%36
%0
%10

Triadic Colors of #cb93e5

#cb93e5 #e5cb93 #93e5cb

Analogous Colors of #cb93e5

#cb93e5 #e593d6 #a293e5

Monochromatic Colors of #cb93e5

#cb93e5

Complementary Color

#cb93e5 #ade593

#cb93e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb93e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb93e5 Color CSS Codes

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

#cb93e5 Text Font Color

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

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


#cb93e5 Background Color

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

This div background color is #cb93e5


#cb93e5 Border Color

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

This div border color is #cb93e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb93e5


Comments

No comments written yet.

Please login to write comment.