Color Hex Logo

#8848ca Color Hex

#8848CA
(136,72,202)
0 Favorites   0 Comments

Color spaces of #8848ca

RGB 13672202
HSL0.750.550.54
HSV270°64°79°
CMYK 0.330.640.00   0.21
XYZ23.131414.133257.3859
Yxy14.13320.24440.1493
Hunter Lab37.594144.0400-64.1878
CIE-Lab44.423451.7245-57.3736

#8848ca color RGB value is (136,72,202).

#8848ca hex color red value is 136, green value is 72 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8848ca hue: 0.75 , saturation: 0.55 and the lightness value of 8848ca is 0.54.

The process color (four color CMYK) of #8848ca color hex is 0.33, 0.64, 0.00, 0.21. Web safe color of #8848ca is #9933cc. Color #8848ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001000 11001010
Octal 210 110 312
Decimal 136 72 202
Hex 88 48 CA

RGB Percentages of Color #8848ca

%33.17
%17.56
%49.27

CMYK Percentages of Color #8848ca

%33
%64
%0
%21

Triadic Colors of #8848ca

#8848ca #ca8848 #48ca88

Analogous Colors of #8848ca

#8848ca #c948ca #4849ca

Monochromatic Colors of #8848ca

#8848ca

Complementary Color

#8848ca #8aca48

#8848ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8848ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8848ca Color CSS Codes

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

#8848ca Text Font Color

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

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


#8848ca Background Color

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

This div background color is #8848ca


#8848ca Border Color

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

This div border color is #8848ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,72,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8848ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8848ca;
  -webkit-box-shadow: 1px 1px 3px 2px #8848ca;
  box-shadow:         1px 1px 3px 2px #8848ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,72,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8848ca


Comments

No comments written yet.

Please login to write comment.