Color Hex Logo

#6715dd Color Hex

#6715DD
(103,21,221)
0 Favorites   0 Comments

Color spaces of #6715dd

RGB 10321221
HSL0.740.830.47
HSV265°90°87°
CMYK 0.530.900.00   0.13
XYZ18.91288.640469.0776
Yxy8.64040.19570.0894
Hunter Lab29.394663.4085-118.7561
CIE-Lab35.282570.8603-83.4343

#6715dd color RGB value is (103,21,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010101 11011101
Octal 147 25 335
Decimal 103 21 221
Hex 67 15 DD

RGB Percentages of Color #6715dd

%29.86
%6.09
%64.06

CMYK Percentages of Color #6715dd

%53
%90
%0
%13

Triadic Colors of #6715dd

#6715dd #dd6715 #15dd67

Analogous Colors of #6715dd

#6715dd #cb15dd #1527dd

Monochromatic Colors of #6715dd

#6715dd

Complementary Color

#6715dd #8bdd15

#6715dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6715dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6715dd Color CSS Codes

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

#6715dd Text Font Color

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

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


#6715dd Background Color

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

This div background color is #6715dd


#6715dd Border Color

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

This div border color is #6715dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,21,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 #6715dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6715dd


Comments

No comments written yet.

Please login to write comment.