Color Hex Logo

#6239ca Color Hex

#6239CA
(98,57,202)
0 Favorites   0 Comments

Color spaces of #6239ca

RGB 9857202
HSL0.710.580.51
HSV257°72°79°
CMYK 0.510.720.00   0.21
XYZ17.16089.787256.8618
Yxy9.78720.20480.1168
Hunter Lab31.284543.1665-85.8646
CIE-Lab37.457852.1770-68.8899

#6239ca color RGB value is (98,57,202).

#6239ca hex color red value is 98, green value is 57 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6239ca hue: 0.71 , saturation: 0.58 and the lightness value of 6239ca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00111001 11001010
Octal 142 71 312
Decimal 98 57 202
Hex 62 39 CA

RGB Percentages of Color #6239ca

%27.45
%15.97
%56.58

CMYK Percentages of Color #6239ca

%51
%72
%0
%21

Triadic Colors of #6239ca

#6239ca #ca6239 #39ca62

Analogous Colors of #6239ca

#6239ca #ab39ca #3959ca

Monochromatic Colors of #6239ca

#6239ca

Complementary Color

#6239ca #a1ca39

#6239ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6239ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6239ca Color CSS Codes

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

#6239ca Text Font Color

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

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


#6239ca Background Color

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

This div background color is #6239ca


#6239ca Border Color

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

This div border color is #6239ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6239ca


Comments

No comments written yet.

Please login to write comment.