Color Hex Logo

#6247cd Color Hex

#6247CD
(98,71,205)
0 Favorites   0 Comments

Color spaces of #6247cd

RGB 9871205
HSL0.700.570.54
HSV252°65°80°
CMYK 0.520.650.00   0.20
XYZ18.309711.510959.0144
Yxy11.51090.20610.1296
Hunter Lab33.927736.9572-79.3805
CIE-Lab40.428045.5452-65.7761

#6247cd color RGB value is (98,71,205).

#6247cd hex color red value is 98, green value is 71 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6247cd hue: 0.70 , saturation: 0.57 and the lightness value of 6247cd is 0.54.

The process color (four color CMYK) of #6247cd color hex is 0.52, 0.65, 0.00, 0.20. Web safe color of #6247cd is #6633cc. Color #6247cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000111 11001101
Octal 142 107 315
Decimal 98 71 205
Hex 62 47 CD

RGB Percentages of Color #6247cd

%26.20
%18.98
%54.81

CMYK Percentages of Color #6247cd

%52
%65
%0
%20

Triadic Colors of #6247cd

#6247cd #cd6247 #47cd62

Analogous Colors of #6247cd

#6247cd #a547cd #476fcd

Monochromatic Colors of #6247cd

#6247cd

Complementary Color

#6247cd #b2cd47

#6247cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6247cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6247cd Color CSS Codes

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

#6247cd Text Font Color

<p style="color:#6247cd">Text here</p>

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


#6247cd Background Color

<div style="background-color:#6247cd">
Div content here</div>

This div background color is #6247cd


#6247cd Border Color

<div style="border:3px solid #6247cd">
Div here</div>

This div border color is #6247cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,71,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6247cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6247cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6247cd;
  box-shadow:         1px 1px 3px 2px #6247cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6247cd


Comments

No comments written yet.

Please login to write comment.