Color Hex Logo

#c38fdd Color Hex

#C38FDD
(195,143,221)
0 Favorites   0 Comments

Color spaces of #c38fdd

RGB 195143221
HSL0.780.530.71
HSV280°35°87°
CMYK 0.120.350.00   0.13
XYZ45.379336.467573.0538
Yxy36.46750.29300.2354
Hunter Lab60.388328.4557-29.4533
CIE-Lab66.875633.5673-32.1995

#c38fdd color RGB value is (195,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001111 11011101
Octal 303 217 335
Decimal 195 143 221
Hex C3 8F DD

RGB Percentages of Color #c38fdd

%34.88
%25.58
%39.53

CMYK Percentages of Color #c38fdd

%12
%35
%0
%13

Triadic Colors of #c38fdd

#c38fdd #ddc38f #8fddc3

Analogous Colors of #c38fdd

#c38fdd #dd8fd0 #9c8fdd

Monochromatic Colors of #c38fdd

#c38fdd

Complementary Color

#c38fdd #a9dd8f

#c38fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38fdd Color CSS Codes

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

#c38fdd Text Font Color

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

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


#c38fdd Background Color

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

This div background color is #c38fdd


#c38fdd Border Color

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

This div border color is #c38fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38fdd


Comments

No comments written yet.

Please login to write comment.