Color Hex Logo

#6252ca Color Hex

#6252CA
(98,82,202)
0 Favorites   0 Comments

Color spaces of #6252ca

RGB 9882202
HSL0.690.530.56
HSV248°59°79°
CMYK 0.510.590.00   0.21
XYZ18.715012.895557.3798
Yxy12.89550.21030.1449
Hunter Lab35.910330.1840-69.6002
CIE-Lab42.605438.2751-60.5023

#6252ca color RGB value is (98,82,202).

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

The process color (four color CMYK) of #6252ca color hex is 0.51, 0.59, 0.00, 0.21. Web safe color of #6252ca is #6666cc. Color #6252ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010010 11001010
Octal 142 122 312
Decimal 98 82 202
Hex 62 52 CA

RGB Percentages of Color #6252ca

%25.65
%21.47
%52.88

CMYK Percentages of Color #6252ca

%51
%59
%0
%21

Triadic Colors of #6252ca

#6252ca #ca6252 #52ca62

Analogous Colors of #6252ca

#6252ca #9e52ca #527eca

Monochromatic Colors of #6252ca

#6252ca

Complementary Color

#6252ca #baca52

#6252ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6252ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6252ca Color CSS Codes

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

#6252ca Text Font Color

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

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


#6252ca Background Color

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

This div background color is #6252ca


#6252ca Border Color

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

This div border color is #6252ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6252ca


Comments

No comments written yet.

Please login to write comment.