Color Hex Logo

#c384fd Color Hex

#C384FD
(195,132,253)
0 Favorites   0 Comments

Color spaces of #c384fd

RGB 195132253
HSL0.750.970.75
HSV271°48°99°
CMYK 0.230.480.00   0.01
XYZ48.486635.196597.1666
Yxy35.19650.26810.1946
Hunter Lab59.326642.0632-55.5779
CIE-Lab65.901446.4900-51.3432

#c384fd color RGB value is (195,132,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000100 11111101
Octal 303 204 375
Decimal 195 132 253
Hex C3 84 FD

RGB Percentages of Color #c384fd

%33.62
%22.76
%43.62

CMYK Percentages of Color #c384fd

%23
%48
%0
%1

Triadic Colors of #c384fd

#c384fd #fdc384 #84fdc3

Analogous Colors of #c384fd

#c384fd #fd84fb #8784fd

Monochromatic Colors of #c384fd

#c384fd

Complementary Color

#c384fd #befd84

#c384fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c384fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c384fd Color CSS Codes

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

#c384fd Text Font Color

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

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


#c384fd Background Color

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

This div background color is #c384fd


#c384fd Border Color

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

This div border color is #c384fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c384fd

Related Colors


Comments

No comments written yet.

Please login to write comment.