Color Hex Logo

#8237ca Color Hex

#8237CA
(130,55,202)
0 Favorites   0 Comments

Color spaces of #8237ca

RGB 13055202
HSL0.750.580.50
HSV271°73°79°
CMYK 0.360.730.00   0.21
XYZ21.232811.742557.0245
Yxy11.74250.23590.1305
Hunter Lab34.267350.6347-74.6778
CIE-Lab40.803958.5398-63.2741

#8237ca color RGB value is (130,55,202).

#8237ca hex color red value is 130, green value is 55 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8237ca hue: 0.75 , saturation: 0.58 and the lightness value of 8237ca is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110111 11001010
Octal 202 67 312
Decimal 130 55 202
Hex 82 37 CA

RGB Percentages of Color #8237ca

%33.59
%14.21
%52.20

CMYK Percentages of Color #8237ca

%36
%73
%0
%21

Triadic Colors of #8237ca

#8237ca #ca8237 #37ca82

Analogous Colors of #8237ca

#8237ca #ca37c9 #3837ca

Monochromatic Colors of #8237ca

#8237ca

Complementary Color

#8237ca #7fca37

#8237ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8237ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8237ca Color CSS Codes

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

#8237ca Text Font Color

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

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


#8237ca Background Color

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

This div background color is #8237ca


#8237ca Border Color

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

This div border color is #8237ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8237ca


Comments

No comments written yet.

Please login to write comment.