Color Hex Logo

#c38dee Color Hex

#C38DEE
(195,141,238)
0 Favorites   0 Comments

Color spaces of #c38dee

RGB 195141238
HSL0.760.740.74
HSV273°41°93°
CMYK 0.180.410.00   0.07
XYZ47.463236.824985.4953
Yxy36.82490.27960.2169
Hunter Lab60.683533.4164-41.0535
CIE-Lab67.145538.2968-41.1575

#c38dee color RGB value is (195,141,238).

#c38dee hex color red value is 195, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c38dee hue: 0.76 , saturation: 0.74 and the lightness value of c38dee is 0.74.

The process color (four color CMYK) of #c38dee color hex is 0.18, 0.41, 0.00, 0.07. Web safe color of #c38dee is #cc99ff. Color #c38dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001101 11101110
Octal 303 215 356
Decimal 195 141 238
Hex C3 8D EE

RGB Percentages of Color #c38dee

%33.97
%24.56
%41.46

CMYK Percentages of Color #c38dee

%18
%41
%0
%7

Triadic Colors of #c38dee

#c38dee #eec38d #8deec3

Analogous Colors of #c38dee

#c38dee #ee8de9 #938dee

Monochromatic Colors of #c38dee

#c38dee

Complementary Color

#c38dee #b8ee8d

#c38dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38dee Color CSS Codes

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

#c38dee Text Font Color

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

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


#c38dee Background Color

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

This div background color is #c38dee


#c38dee Border Color

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

This div border color is #c38dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38dee


Comments

No comments written yet.

Please login to write comment.