Color Hex Logo

#c38efd Color Hex

#C38EFD
(195,142,253)
0 Favorites   0 Comments

Color spaces of #c38efd

RGB 195142253
HSL0.750.970.77
HSV269°44°99°
CMYK 0.230.440.00   0.01
XYZ49.908338.040097.6405
Yxy38.04000.26890.2050
Hunter Lab61.676636.5071-50.6887
CIE-Lab68.050141.0955-47.9510

#c38efd color RGB value is (195,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001110 11111101
Octal 303 216 375
Decimal 195 142 253
Hex C3 8E FD

RGB Percentages of Color #c38efd

%33.05
%24.07
%42.88

CMYK Percentages of Color #c38efd

%23
%44
%0
%1

Triadic Colors of #c38efd

#c38efd #fdc38e #8efdc3

Analogous Colors of #c38efd

#c38efd #fb8efd #8e91fd

Monochromatic Colors of #c38efd

#c38efd

Complementary Color

#c38efd #c8fd8e

#c38efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38efd Color CSS Codes

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

#c38efd Text Font Color

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

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


#c38efd Background Color

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

This div background color is #c38efd


#c38efd Border Color

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

This div border color is #c38efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38efd


Comments

No comments written yet.

Please login to write comment.