Color Hex Logo

#6302ea Color Hex

#6302EA
(99,2,234)
0 Favorites   0 Comments

Color spaces of #6302ea

RGB 992234
HSL0.740.980.46
HSV265°99°92°
CMYK 0.580.990.00   0.08
XYZ20.01868.636678.4538
Yxy8.63660.18690.0806
Hunter Lab29.388170.1616-137.7076
CIE-Lab35.275076.4744-90.8953

#6302ea color RGB value is (99,2,234).

#6302ea hex color red value is 99, green value is 2 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6302ea hue: 0.74 , saturation: 0.98 and the lightness value of 6302ea is 0.46.

The process color (four color CMYK) of #6302ea color hex is 0.58, 0.99, 0.00, 0.08. Web safe color of #6302ea is #6600ff. Color #6302ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000010 11101010
Octal 143 2 352
Decimal 99 2 234
Hex 63 2 EA

RGB Percentages of Color #6302ea

%29.55
%0.60
%69.85

CMYK Percentages of Color #6302ea

%58
%99
%0
%8

Triadic Colors of #6302ea

#6302ea #ea6302 #02ea63

Analogous Colors of #6302ea

#6302ea #d702ea #0215ea

Monochromatic Colors of #6302ea

#6302ea

Complementary Color

#6302ea #89ea02

#6302ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6302ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6302ea Color CSS Codes

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

#6302ea Text Font Color

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

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


#6302ea Background Color

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

This div background color is #6302ea


#6302ea Border Color

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

This div border color is #6302ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,2,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6302ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6302ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6302ea;
  box-shadow:         1px 1px 3px 2px #6302ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6302ea


Comments

No comments written yet.

Please login to write comment.