Color Hex Logo

#c38bfa Color Hex

#C38BFA
(195,139,250)
0 Favorites   0 Comments

Color spaces of #c38bfa

RGB 195139250
HSL0.750.920.76
HSV270°44°98°
CMYK 0.220.440.00   0.02
XYZ48.993636.969594.9961
Yxy36.96950.27070.2043
Hunter Lab60.802537.4276-50.0712
CIE-Lab67.254142.0468-47.5662

#c38bfa color RGB value is (195,139,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001011 11111010
Octal 303 213 372
Decimal 195 139 250
Hex C3 8B FA

RGB Percentages of Color #c38bfa

%33.39
%23.80
%42.81

CMYK Percentages of Color #c38bfa

%22
%44
%0
%2

Triadic Colors of #c38bfa

#c38bfa #fac38b #8bfac3

Analogous Colors of #c38bfa

#c38bfa #fa8bfa #8c8bfa

Monochromatic Colors of #c38bfa

#c38bfa

Complementary Color

#c38bfa #c2fa8b

#c38bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38bfa Color CSS Codes

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

#c38bfa Text Font Color

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

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


#c38bfa Background Color

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

This div background color is #c38bfa


#c38bfa Border Color

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

This div border color is #c38bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38bfa


Comments

No comments written yet.

Please login to write comment.