Color Hex Logo

#8744ca Color Hex

#8744CA
(135,68,202)
0 Favorites   0 Comments

Color spaces of #8744ca

RGB 13568202
HSL0.750.560.53
HSV270°66°79°
CMYK 0.330.660.00   0.21
XYZ22.719513.549457.2950
Yxy13.54940.24280.1448
Hunter Lab36.809545.7568-66.5198
CIE-Lab43.579753.4971-58.7429

#8744ca color RGB value is (135,68,202).

#8744ca hex color red value is 135, green value is 68 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8744ca hue: 0.75 , saturation: 0.56 and the lightness value of 8744ca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000100 11001010
Octal 207 104 312
Decimal 135 68 202
Hex 87 44 CA

RGB Percentages of Color #8744ca

%33.33
%16.79
%49.88

CMYK Percentages of Color #8744ca

%33
%66
%0
%21

Triadic Colors of #8744ca

#8744ca #ca8744 #44ca87

Analogous Colors of #8744ca

#8744ca #ca44ca #4444ca

Monochromatic Colors of #8744ca

#8744ca

Complementary Color

#8744ca #87ca44

#8744ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8744ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8744ca Color CSS Codes

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

#8744ca Text Font Color

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

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


#8744ca Background Color

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

This div background color is #8744ca


#8744ca Border Color

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

This div border color is #8744ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,68,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 #8744ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8744ca


Comments

No comments written yet.

Please login to write comment.