Color Hex Logo

#c38eee Color Hex

#C38EEE
(195,142,238)
0 Favorites   0 Comments

Color spaces of #c38eee

RGB 195142238
HSL0.760.740.75
HSV273°40°93°
CMYK 0.180.400.00   0.07
XYZ47.611337.121285.5446
Yxy37.12120.27960.2180
Hunter Lab60.927232.8656-40.5969
CIE-Lab67.367937.7503-40.8095

#c38eee color RGB value is (195,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001110 11101110
Octal 303 216 356
Decimal 195 142 238
Hex C3 8E EE

RGB Percentages of Color #c38eee

%33.91
%24.70
%41.39

CMYK Percentages of Color #c38eee

%18
%40
%0
%7

Triadic Colors of #c38eee

#c38eee #eec38e #8eeec3

Analogous Colors of #c38eee

#c38eee #ee8ee9 #938eee

Monochromatic Colors of #c38eee

#c38eee

Complementary Color

#c38eee #b9ee8e

#c38eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38eee Color CSS Codes

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

#c38eee Text Font Color

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

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


#c38eee Background Color

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

This div background color is #c38eee


#c38eee Border Color

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

This div border color is #c38eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38eee


Comments

No comments written yet.

Please login to write comment.