Color Hex Logo

#c38ccf Color Hex

#C38CCF
(195,140,207)
0 Favorites   0 Comments

Color spaces of #c38ccf

RGB 195140207
HSL0.800.410.68
HSV289°32°81°
CMYK 0.060.320.00   0.19
XYZ43.146234.863363.4867
Yxy34.86330.30490.2464
Hunter Lab59.045227.1067-22.4184
CIE-Lab65.642132.3658-26.3228

#c38ccf color RGB value is (195,140,207).

#c38ccf hex color red value is 195, green value is 140 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c38ccf hue: 0.80 , saturation: 0.41 and the lightness value of c38ccf is 0.68.

The process color (four color CMYK) of #c38ccf color hex is 0.06, 0.32, 0.00, 0.19. Web safe color of #c38ccf is #cc99cc. Color #c38ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001100 11001111
Octal 303 214 317
Decimal 195 140 207
Hex C3 8C CF

RGB Percentages of Color #c38ccf

%35.98
%25.83
%38.19

CMYK Percentages of Color #c38ccf

%6
%32
%0
%19

Triadic Colors of #c38ccf

#c38ccf #cfc38c #8ccfc3

Analogous Colors of #c38ccf

#c38ccf #cf8cba #a28ccf

Monochromatic Colors of #c38ccf

#c38ccf

Complementary Color

#c38ccf #98cf8c

#c38ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38ccf Color CSS Codes

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

#c38ccf Text Font Color

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

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


#c38ccf Background Color

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

This div background color is #c38ccf


#c38ccf Border Color

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

This div border color is #c38ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38ccf


Comments

No comments written yet.

Please login to write comment.