Color Hex Logo

#c383ca Color Hex

#C383CA
(195,131,202)
0 Favorites   0 Comments

Color spaces of #c383ca

RGB 195131202
HSL0.820.400.65
HSV294°35°79°
CMYK 0.030.350.00   0.21
XYZ41.282632.099059.8970
Yxy32.09900.30970.2408
Hunter Lab56.656030.9168-23.0225
CIE-Lab63.424636.3097-26.9356

#c383ca color RGB value is (195,131,202).

#c383ca hex color red value is 195, green value is 131 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c383ca hue: 0.82 , saturation: 0.40 and the lightness value of c383ca is 0.65.

The process color (four color CMYK) of #c383ca color hex is 0.03, 0.35, 0.00, 0.21. Web safe color of #c383ca is #cc99cc. Color #c383ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000011 11001010
Octal 303 203 312
Decimal 195 131 202
Hex C3 83 CA

RGB Percentages of Color #c383ca

%36.93
%24.81
%38.26

CMYK Percentages of Color #c383ca

%3
%35
%0
%21

Triadic Colors of #c383ca

#c383ca #cac383 #83cac3

Analogous Colors of #c383ca

#c383ca #ca83ae #a083ca

Monochromatic Colors of #c383ca

#c383ca

Complementary Color

#c383ca #8aca83

#c383ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c383ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c383ca Color CSS Codes

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

#c383ca Text Font Color

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

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


#c383ca Background Color

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

This div background color is #c383ca


#c383ca Border Color

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

This div border color is #c383ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c383ca


Comments

No comments written yet.

Please login to write comment.