Color Hex Logo

#c38bcf Color Hex

#C38BCF
(195,139,207)
0 Favorites   0 Comments

Color spaces of #c38bcf

RGB 195139207
HSL0.800.410.68
HSV289°33°81°
CMYK 0.060.330.00   0.19
XYZ43.000834.572363.4382
Yxy34.57230.30490.2452
Hunter Lab58.798227.6452-22.8100
CIE-Lab65.414332.9155-26.6730

#c38bcf color RGB value is (195,139,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001011 11001111
Octal 303 213 317
Decimal 195 139 207
Hex C3 8B CF

RGB Percentages of Color #c38bcf

%36.04
%25.69
%38.26

CMYK Percentages of Color #c38bcf

%6
%33
%0
%19

Triadic Colors of #c38bcf

#c38bcf #cfc38b #8bcfc3

Analogous Colors of #c38bcf

#c38bcf #cf8bb9 #a18bcf

Monochromatic Colors of #c38bcf

#c38bcf

Complementary Color

#c38bcf #97cf8b

#c38bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38bcf Color CSS Codes

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

#c38bcf Text Font Color

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

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


#c38bcf Background Color

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

This div background color is #c38bcf


#c38bcf Border Color

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

This div border color is #c38bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38bcf


Comments

No comments written yet.

Please login to write comment.