Color Hex Logo

#c383dc Color Hex

#C383DC
(195,131,220)
0 Favorites   0 Comments

Color spaces of #c383dc

RGB 195131220
HSL0.790.560.69
HSV283°40°86°
CMYK 0.110.400.00   0.14
XYZ43.540233.002071.7853
Yxy33.00200.29350.2225
Hunter Lab57.447434.7549-33.8747
CIE-Lab64.162539.9094-35.8579

#c383dc color RGB value is (195,131,220).

#c383dc hex color red value is 195, green value is 131 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c383dc hue: 0.79 , saturation: 0.56 and the lightness value of c383dc is 0.69.

The process color (four color CMYK) of #c383dc color hex is 0.11, 0.40, 0.00, 0.14. Web safe color of #c383dc is #cc99cc. Color #c383dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000011 11011100
Octal 303 203 334
Decimal 195 131 220
Hex C3 83 DC

RGB Percentages of Color #c383dc

%35.71
%23.99
%40.29

CMYK Percentages of Color #c383dc

%11
%40
%0
%14

Triadic Colors of #c383dc

#c383dc #dcc383 #83dcc3

Analogous Colors of #c383dc

#c383dc #dc83c9 #9783dc

Monochromatic Colors of #c383dc

#c383dc

Complementary Color

#c383dc #9cdc83

#c383dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c383dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c383dc Color CSS Codes

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

#c383dc Text Font Color

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

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


#c383dc Background Color

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

This div background color is #c383dc


#c383dc Border Color

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

This div border color is #c383dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,131,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c383dc


Comments

No comments written yet.

Please login to write comment.