Color Hex Logo

#c39efd Color Hex

#C39EFD
(195,158,253)
0 Favorites   0 Comments

Color spaces of #c39efd

RGB 195158253
HSL0.730.960.81
HSV263°38°99°
CMYK 0.230.380.00   0.01
XYZ52.462243.147798.4918
Yxy43.14770.27030.2223
Hunter Lab65.686927.6106-42.9194
CIE-Lab71.655132.3231-42.2943

#c39efd color RGB value is (195,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011110 11111101
Octal 303 236 375
Decimal 195 158 253
Hex C3 9E FD

RGB Percentages of Color #c39efd

%32.18
%26.07
%41.75

CMYK Percentages of Color #c39efd

%23
%38
%0
%1

Triadic Colors of #c39efd

#c39efd #fdc39e #9efdc3

Analogous Colors of #c39efd

#c39efd #f39efd #9ea9fd

Monochromatic Colors of #c39efd

#c39efd

Complementary Color

#c39efd #d8fd9e

#c39efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39efd Color CSS Codes

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

#c39efd Text Font Color

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

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


#c39efd Background Color

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

This div background color is #c39efd


#c39efd Border Color

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

This div border color is #c39efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39efd

Related Colors

#c39efd Color Palettes


Comments

No comments written yet.

Please login to write comment.