Color Hex Logo

#6713dd Color Hex

#6713DD
(103,19,221)
0 Favorites   0 Comments

Color spaces of #6713dd

RGB 10319221
HSL0.740.840.47
HSV265°91°87°
CMYK 0.530.910.00   0.13
XYZ18.87758.569869.0658
Yxy8.56980.19560.0888
Hunter Lab29.274263.8760-119.3892
CIE-Lab35.142571.2823-83.6660

#6713dd color RGB value is (103,19,221).

#6713dd hex color red value is 103, green value is 19 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6713dd hue: 0.74 , saturation: 0.84 and the lightness value of 6713dd is 0.47.

The process color (four color CMYK) of #6713dd color hex is 0.53, 0.91, 0.00, 0.13. Web safe color of #6713dd is #6600cc. Color #6713dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010011 11011101
Octal 147 23 335
Decimal 103 19 221
Hex 67 13 DD

RGB Percentages of Color #6713dd

%30.03
%5.54
%64.43

CMYK Percentages of Color #6713dd

%53
%91
%0
%13

Triadic Colors of #6713dd

#6713dd #dd6713 #13dd67

Analogous Colors of #6713dd

#6713dd #cc13dd #1324dd

Monochromatic Colors of #6713dd

#6713dd

Complementary Color

#6713dd #89dd13

#6713dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6713dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6713dd Color CSS Codes

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

#6713dd Text Font Color

<p style="color:#6713dd">Text here</p>

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


#6713dd Background Color

<div style="background-color:#6713dd">
Div content here</div>

This div background color is #6713dd


#6713dd Border Color

<div style="border:3px solid #6713dd">
Div here</div>

This div border color is #6713dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,19,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6713dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6713dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6713dd;
  box-shadow:         1px 1px 3px 2px #6713dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6713dd


Comments

No comments written yet.

Please login to write comment.