Color Hex Logo

#c383d1 Color Hex

#C383D1
(195,131,209)
0 Favorites   0 Comments

Color spaces of #c383d1

RGB 195131209
HSL0.800.460.67
HSV289°37°82°
CMYK 0.070.370.00   0.18
XYZ42.130632.438264.3623
Yxy32.43820.30320.2335
Hunter Lab56.954532.3701-27.1333
CIE-Lab63.703437.6832-30.4300

#c383d1 color RGB value is (195,131,209).

#c383d1 hex color red value is 195, green value is 131 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #c383d1 hue: 0.80 , saturation: 0.46 and the lightness value of c383d1 is 0.67.

The process color (four color CMYK) of #c383d1 color hex is 0.07, 0.37, 0.00, 0.18. Web safe color of #c383d1 is #cc99cc. Color #c383d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000011 11010001
Octal 303 203 321
Decimal 195 131 209
Hex C3 83 D1

RGB Percentages of Color #c383d1

%36.45
%24.49
%39.07

CMYK Percentages of Color #c383d1

%7
%37
%0
%18

Triadic Colors of #c383d1

#c383d1 #d1c383 #83d1c3

Analogous Colors of #c383d1

#c383d1 #d183b8 #9c83d1

Monochromatic Colors of #c383d1

#c383d1

Complementary Color

#c383d1 #91d183

#c383d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c383d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c383d1 Color CSS Codes

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

#c383d1 Text Font Color

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

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


#c383d1 Background Color

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

This div background color is #c383d1


#c383d1 Border Color

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

This div border color is #c383d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c383d1


Comments

No comments written yet.

Please login to write comment.