Color Hex Logo

#c38ffe Color Hex

#C38FFE
(195,143,254)
0 Favorites   0 Comments

Color spaces of #c38ffe

RGB 195143254
HSL0.740.980.78
HSV268°44°100°
CMYK 0.230.440.00   0.00
XYZ50.217538.402898.5317
Yxy38.40280.26830.2052
Hunter Lab61.970036.2003-50.8915
CIE-Lab68.316440.7788-48.0768

#c38ffe color RGB value is (195,143,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001111 11111110
Octal 303 217 376
Decimal 195 143 254
Hex C3 8F FE

RGB Percentages of Color #c38ffe

%32.94
%24.16
%42.91

CMYK Percentages of Color #c38ffe

%23
%44
%0
%0

Triadic Colors of #c38ffe

#c38ffe #fec38f #8ffec3

Analogous Colors of #c38ffe

#c38ffe #fb8ffe #8f93fe

Monochromatic Colors of #c38ffe

#c38ffe

Complementary Color

#c38ffe #cafe8f

#c38ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38ffe Color CSS Codes

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

#c38ffe Text Font Color

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

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


#c38ffe Background Color

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

This div background color is #c38ffe


#c38ffe Border Color

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

This div border color is #c38ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38ffe


Comments

No comments written yet.

Please login to write comment.