Color Hex Logo

#6213cd Color Hex

#6213CD
(98,19,205)
0 Favorites   0 Comments

Color spaces of #6213cd

RGB 9819205
HSL0.740.830.44
HSV265°91°80°
CMYK 0.520.910.00   0.20
XYZ16.28937.470258.3410
Yxy7.47020.19840.0910
Hunter Lab27.331758.5531-107.4257
CIE-Lab32.854267.1527-78.2117

#6213cd color RGB value is (98,19,205).

#6213cd hex color red value is 98, green value is 19 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6213cd hue: 0.74 , saturation: 0.83 and the lightness value of 6213cd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010011 11001101
Octal 142 23 315
Decimal 98 19 205
Hex 62 13 CD

RGB Percentages of Color #6213cd

%30.43
%5.90
%63.66

CMYK Percentages of Color #6213cd

%52
%91
%0
%20

Triadic Colors of #6213cd

#6213cd #cd6213 #13cd62

Analogous Colors of #6213cd

#6213cd #bf13cd #1321cd

Monochromatic Colors of #6213cd

#6213cd

Complementary Color

#6213cd #7ecd13

#6213cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6213cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6213cd Color CSS Codes

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

#6213cd Text Font Color

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

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


#6213cd Background Color

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

This div background color is #6213cd


#6213cd Border Color

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

This div border color is #6213cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6213cd


Comments

No comments written yet.

Please login to write comment.