Color Hex Logo

#c39cfd Color Hex

#C39CFD
(195,156,253)
0 Favorites   0 Comments

Color spaces of #c39cfd

RGB 195156253
HSL0.730.960.80
HSV264°38°99°
CMYK 0.230.380.00   0.01
XYZ52.123842.470998.3790
Yxy42.47090.27010.2201
Hunter Lab65.169728.7203-43.8843
CIE-Lab71.194433.4252-43.0148

#c39cfd color RGB value is (195,156,253).

#c39cfd hex color red value is 195, green value is 156 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c39cfd hue: 0.73 , saturation: 0.96 and the lightness value of c39cfd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011100 11111101
Octal 303 234 375
Decimal 195 156 253
Hex C3 9C FD

RGB Percentages of Color #c39cfd

%32.28
%25.83
%41.89

CMYK Percentages of Color #c39cfd

%23
%38
%0
%1

Triadic Colors of #c39cfd

#c39cfd #fdc39c #9cfdc3

Analogous Colors of #c39cfd

#c39cfd #f49cfd #9ca6fd

Monochromatic Colors of #c39cfd

#c39cfd

Complementary Color

#c39cfd #d6fd9c

#c39cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39cfd Color CSS Codes

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

#c39cfd Text Font Color

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

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


#c39cfd Background Color

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

This div background color is #c39cfd


#c39cfd Border Color

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

This div border color is #c39cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39cfd


Comments

No comments written yet.

Please login to write comment.