Color Hex Logo

#c38edd Color Hex

#C38EDD
(195,142,221)
0 Favorites   0 Comments

Color spaces of #c38edd

RGB 195142221
HSL0.780.540.71
HSV280°36°87°
CMYK 0.120.360.00   0.13
XYZ45.229836.168673.0040
Yxy36.16860.29290.2342
Hunter Lab60.140328.9991-29.8735
CIE-Lab66.648534.1164-32.5512

#c38edd color RGB value is (195,142,221).

#c38edd hex color red value is 195, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c38edd hue: 0.78 , saturation: 0.54 and the lightness value of c38edd is 0.71.

The process color (four color CMYK) of #c38edd color hex is 0.12, 0.36, 0.00, 0.13. Web safe color of #c38edd is #cc99cc. Color #c38edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001110 11011101
Octal 303 216 335
Decimal 195 142 221
Hex C3 8E DD

RGB Percentages of Color #c38edd

%34.95
%25.45
%39.61

CMYK Percentages of Color #c38edd

%12
%36
%0
%13

Triadic Colors of #c38edd

#c38edd #ddc38e #8eddc3

Analogous Colors of #c38edd

#c38edd #dd8ed0 #9c8edd

Monochromatic Colors of #c38edd

#c38edd

Complementary Color

#c38edd #a8dd8e

#c38edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38edd Color CSS Codes

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

#c38edd Text Font Color

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

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


#c38edd Background Color

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

This div background color is #c38edd


#c38edd Border Color

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

This div border color is #c38edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38edd


Comments

No comments written yet.

Please login to write comment.