Color Hex Logo

#8203ee Color Hex

#8203EE
(130,3,238)
0 Favorites   0 Comments

Color spaces of #8203ee

RGB 1303238
HSL0.760.980.47
HSV272°99°93°
CMYK 0.450.990.00   0.07
XYZ24.671110.984081.7087
Yxy10.98400.21020.0936
Hunter Lab33.142174.8773-122.9743
CIE-Lab39.553579.4933-85.9646

#8203ee color RGB value is (130,3,238).

#8203ee hex color red value is 130, green value is 3 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8203ee hue: 0.76 , saturation: 0.98 and the lightness value of 8203ee is 0.47.

The process color (four color CMYK) of #8203ee color hex is 0.45, 0.99, 0.00, 0.07. Web safe color of #8203ee is #9900ff. Color #8203ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000011 11101110
Octal 202 3 356
Decimal 130 3 238
Hex 82 3 EE

RGB Percentages of Color #8203ee

%35.04
%0.81
%64.15

CMYK Percentages of Color #8203ee

%45
%99
%0
%7

Triadic Colors of #8203ee

#8203ee #ee8203 #03ee82

Analogous Colors of #8203ee

#8203ee #ee03e5 #0d03ee

Monochromatic Colors of #8203ee

#8203ee

Complementary Color

#8203ee #6fee03

#8203ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8203ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8203ee Color CSS Codes

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

#8203ee Text Font Color

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

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


#8203ee Background Color

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

This div background color is #8203ee


#8203ee Border Color

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

This div border color is #8203ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,3,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8203ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8203ee;
  -webkit-box-shadow: 1px 1px 3px 2px #8203ee;
  box-shadow:         1px 1px 3px 2px #8203ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,3,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8203ee


Comments

No comments written yet.

Please login to write comment.