Color Hex Logo

#c39ffd Color Hex

#C39FFD
(195,159,253)
0 Favorites   0 Comments

Color spaces of #c39ffd

RGB 195159253
HSL0.730.960.81
HSV263°37°99°
CMYK 0.230.370.00   0.01
XYZ52.633443.490298.5489
Yxy43.49020.27040.2234
Hunter Lab65.947127.0562-42.4378
CIE-Lab71.886431.7717-41.9329

#c39ffd color RGB value is (195,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011111 11111101
Octal 303 237 375
Decimal 195 159 253
Hex C3 9F FD

RGB Percentages of Color #c39ffd

%32.13
%26.19
%41.68

CMYK Percentages of Color #c39ffd

%23
%37
%0
%1

Triadic Colors of #c39ffd

#c39ffd #fdc39f #9ffdc3

Analogous Colors of #c39ffd

#c39ffd #f29ffd #9faafd

Monochromatic Colors of #c39ffd

#c39ffd

Complementary Color

#c39ffd #d9fd9f

#c39ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39ffd Color CSS Codes

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

#c39ffd Text Font Color

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

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


#c39ffd Background Color

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

This div background color is #c39ffd


#c39ffd Border Color

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

This div border color is #c39ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39ffd


Comments

No comments written yet.

Please login to write comment.