Color Hex Logo

#c38fef Color Hex

#C38FEF
(195,143,239)
0 Favorites   0 Comments

Color spaces of #c38fef

RGB 195143239
HSL0.760.750.75
HSV273°40°94°
CMYK 0.180.400.00   0.06
XYZ47.908137.479086.3705
Yxy37.47900.27890.2182
Hunter Lab61.220132.5509-40.7934
CIE-Lab67.634937.4229-40.9412

#c38fef color RGB value is (195,143,239).

#c38fef hex color red value is 195, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c38fef hue: 0.76 , saturation: 0.75 and the lightness value of c38fef is 0.75.

The process color (four color CMYK) of #c38fef color hex is 0.18, 0.40, 0.00, 0.06. Web safe color of #c38fef is #cc99ff. Color #c38fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001111 11101111
Octal 303 217 357
Decimal 195 143 239
Hex C3 8F EF

RGB Percentages of Color #c38fef

%33.80
%24.78
%41.42

CMYK Percentages of Color #c38fef

%18
%40
%0
%6

Triadic Colors of #c38fef

#c38fef #efc38f #8fefc3

Analogous Colors of #c38fef

#c38fef #ef8feb #938fef

Monochromatic Colors of #c38fef

#c38fef

Complementary Color

#c38fef #bbef8f

#c38fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38fef Color CSS Codes

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

#c38fef Text Font Color

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

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


#c38fef Background Color

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

This div background color is #c38fef


#c38fef Border Color

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

This div border color is #c38fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38fef


Comments

No comments written yet.

Please login to write comment.