Color Hex Logo

#c310dd Color Hex

#C310DD
(195,16,221)
0 Favorites   0 Comments

Color spaces of #c310dd

RGB 19516221
HSL0.810.860.46
HSV292°93°87°
CMYK 0.120.930.00   0.13
XYZ35.742117.193169.8414
Yxy17.19310.29110.1400
Hunter Lab41.464681.3025-70.8407
CIE-Lab48.502482.8698-61.2724

#c310dd color RGB value is (195,16,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010000 11011101
Octal 303 20 335
Decimal 195 16 221
Hex C3 10 DD

RGB Percentages of Color #c310dd

%45.14
%3.70
%51.16

CMYK Percentages of Color #c310dd

%12
%93
%0
%13

Triadic Colors of #c310dd

#c310dd #ddc310 #10ddc3

Analogous Colors of #c310dd

#c310dd #dd1091 #5c10dd

Monochromatic Colors of #c310dd

#c310dd

Complementary Color

#c310dd #2add10

#c310dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c310dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c310dd Color CSS Codes

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

#c310dd Text Font Color

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

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


#c310dd Background Color

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

This div background color is #c310dd


#c310dd Border Color

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

This div border color is #c310dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c310dd


Comments

No comments written yet.

Please login to write comment.