Color Hex Logo

#c384fc Color Hex

#C384FC
(195,132,252)
0 Favorites   0 Comments

Color spaces of #c384fc

RGB 195132252
HSL0.750.950.75
HSV272°48°99°
CMYK 0.230.480.00   0.01
XYZ48.327635.132996.3296
Yxy35.13290.26880.1954
Hunter Lab59.273041.8102-54.8661
CIE-Lab65.852046.2656-50.8738

#c384fc color RGB value is (195,132,252).

#c384fc hex color red value is 195, green value is 132 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c384fc hue: 0.75 , saturation: 0.95 and the lightness value of c384fc is 0.75.

The process color (four color CMYK) of #c384fc color hex is 0.23, 0.48, 0.00, 0.01. Web safe color of #c384fc is #cc99ff. Color #c384fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000100 11111100
Octal 303 204 374
Decimal 195 132 252
Hex C3 84 FC

RGB Percentages of Color #c384fc

%33.68
%22.80
%43.52

CMYK Percentages of Color #c384fc

%23
%48
%0
%1

Triadic Colors of #c384fc

#c384fc #fcc384 #84fcc3

Analogous Colors of #c384fc

#c384fc #fc84f9 #8784fc

Monochromatic Colors of #c384fc

#c384fc

Complementary Color

#c384fc #bdfc84

#c384fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c384fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c384fc Color CSS Codes

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

#c384fc Text Font Color

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

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


#c384fc Background Color

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

This div background color is #c384fc


#c384fc Border Color

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

This div border color is #c384fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c384fc


Comments

No comments written yet.

Please login to write comment.