Color Hex Logo

#c38eff Color Hex

#C38EFF
(195,142,255)
0 Favorites   0 Comments

Color spaces of #c38eff

RGB 195142255
HSL0.741.000.78
HSV268°44°100°
CMYK 0.240.440.00   0.00
XYZ50.228738.168199.3276
Yxy38.16810.26760.2033
Hunter Lab61.780337.0086-52.0775
CIE-Lab68.144341.5507-48.8930

#c38eff color RGB value is (195,142,255).

#c38eff hex color red value is 195, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c38eff hue: 0.74 , saturation: 1.00 and the lightness value of c38eff is 0.78.

The process color (four color CMYK) of #c38eff color hex is 0.24, 0.44, 0.00, 0.00. Web safe color of #c38eff is #cc99ff. Color #c38eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001110 11111111
Octal 303 216 377
Decimal 195 142 255
Hex C3 8E FF

RGB Percentages of Color #c38eff

%32.94
%23.99
%43.07

CMYK Percentages of Color #c38eff

%24
%44
%0
%0

Triadic Colors of #c38eff

#c38eff #ffc38e #8effc3

Analogous Colors of #c38eff

#c38eff #fc8eff #8e92ff

Monochromatic Colors of #c38eff

#c38eff

Complementary Color

#c38eff #caff8e

#c38eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38eff Color CSS Codes

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

#c38eff Text Font Color

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

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


#c38eff Background Color

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

This div background color is #c38eff


#c38eff Border Color

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

This div border color is #c38eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38eff

Related Colors


Comments

No comments written yet.

Please login to write comment.