Color Hex Logo

#c384ca Color Hex

#C384CA
(195,132,202)
0 Favorites   0 Comments

Color spaces of #c384ca

RGB 195132202
HSL0.820.400.65
HSV294°35°79°
CMYK 0.030.350.00   0.21
XYZ41.417632.368959.9420
Yxy32.36890.30970.2420
Hunter Lab56.893730.3810-22.6412
CIE-Lab63.646635.7651-26.5939

#c384ca color RGB value is (195,132,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000100 11001010
Octal 303 204 312
Decimal 195 132 202
Hex C3 84 CA

RGB Percentages of Color #c384ca

%36.86
%24.95
%38.19

CMYK Percentages of Color #c384ca

%3
%35
%0
%21

Triadic Colors of #c384ca

#c384ca #cac384 #84cac3

Analogous Colors of #c384ca

#c384ca #ca84ae #a084ca

Monochromatic Colors of #c384ca

#c384ca

Complementary Color

#c384ca #8bca84

#c384ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c384ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c384ca Color CSS Codes

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

#c384ca Text Font Color

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

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


#c384ca Background Color

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

This div background color is #c384ca


#c384ca Border Color

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

This div border color is #c384ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c384ca


Comments

No comments written yet.

Please login to write comment.