Color Hex Logo

#c38ced Color Hex

#C38CED
(195,140,237)
0 Favorites   0 Comments

Color spaces of #c38ced

RGB 195140237
HSL0.760.730.74
HSV274°41°93°
CMYK 0.180.410.00   0.07
XYZ47.169836.472784.6746
Yxy36.47270.28020.2167
Hunter Lab60.392633.7307-40.8538
CIE-Lab66.879538.6239-41.0237

#c38ced color RGB value is (195,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001100 11101101
Octal 303 214 355
Decimal 195 140 237
Hex C3 8C ED

RGB Percentages of Color #c38ced

%34.09
%24.48
%41.43

CMYK Percentages of Color #c38ced

%18
%41
%0
%7

Triadic Colors of #c38ced

#c38ced #edc38c #8cedc3

Analogous Colors of #c38ced

#c38ced #ed8ce7 #938ced

Monochromatic Colors of #c38ced

#c38ced

Complementary Color

#c38ced #b6ed8c

#c38ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38ced Color CSS Codes

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

#c38ced Text Font Color

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

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


#c38ced Background Color

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

This div background color is #c38ced


#c38ced Border Color

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

This div border color is #c38ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38ced


Comments

No comments written yet.

Please login to write comment.