Color Hex Logo

#c713dd Color Hex

#C713DD
(199,19,221)
0 Favorites   0 Comments

Color spaces of #c713dd

RGB 19919221
HSL0.820.840.47
HSV293°91°87°
CMYK 0.100.910.00   0.13
XYZ36.837217.828369.9063
Yxy17.82830.29570.1431
Hunter Lab42.223681.8379-68.6054
CIE-Lab49.287283.1360-59.9728

#c713dd color RGB value is (199,19,221).

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

The process color (four color CMYK) of #c713dd color hex is 0.10, 0.91, 0.00, 0.13. Web safe color of #c713dd is #cc00cc. Color #c713dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010011 11011101
Octal 307 23 335
Decimal 199 19 221
Hex C7 13 DD

RGB Percentages of Color #c713dd

%45.33
%4.33
%50.34

CMYK Percentages of Color #c713dd

%10
%91
%0
%13

Triadic Colors of #c713dd

#c713dd #ddc713 #13ddc7

Analogous Colors of #c713dd

#c713dd #dd138e #6213dd

Monochromatic Colors of #c713dd

#c713dd

Complementary Color

#c713dd #29dd13

#c713dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c713dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c713dd Color CSS Codes

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

#c713dd Text Font Color

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

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


#c713dd Background Color

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

This div background color is #c713dd


#c713dd Border Color

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

This div border color is #c713dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c713dd


Comments

No comments written yet.

Please login to write comment.