Color Hex Logo

#c314dd Color Hex

#C314DD
(195,20,221)
0 Favorites   0 Comments

Color spaces of #c314dd

RGB 19520221
HSL0.810.830.47
HSV292°91°87°
CMYK 0.120.910.00   0.13
XYZ35.807017.322969.8630
Yxy17.32290.29110.1408
Hunter Lab41.620880.7299-70.3873
CIE-Lab48.664382.3902-61.0111

#c314dd color RGB value is (195,20,221).

#c314dd hex color red value is 195, green value is 20 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c314dd hue: 0.81 , saturation: 0.83 and the lightness value of c314dd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010100 11011101
Octal 303 24 335
Decimal 195 20 221
Hex C3 14 DD

RGB Percentages of Color #c314dd

%44.72
%4.59
%50.69

CMYK Percentages of Color #c314dd

%12
%91
%0
%13

Triadic Colors of #c314dd

#c314dd #ddc314 #14ddc3

Analogous Colors of #c314dd

#c314dd #dd1493 #5e14dd

Monochromatic Colors of #c314dd

#c314dd

Complementary Color

#c314dd #2edd14

#c314dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c314dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c314dd Color CSS Codes

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

#c314dd Text Font Color

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

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


#c314dd Background Color

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

This div background color is #c314dd


#c314dd Border Color

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

This div border color is #c314dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c314dd


Comments

No comments written yet.

Please login to write comment.