Color Hex Logo

#c38efb Color Hex

#C38EFB
(195,142,251)
0 Favorites   0 Comments

Color spaces of #c38efb

RGB 195142251
HSL0.750.930.77
HSV269°43°98°
CMYK 0.220.430.00   0.02
XYZ49.591337.913195.9710
Yxy37.91310.27030.2066
Hunter Lab61.573636.0098-49.3101
CIE-Lab67.956540.6430-47.0068

#c38efb color RGB value is (195,142,251).

#c38efb hex color red value is 195, green value is 142 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c38efb hue: 0.75 , saturation: 0.93 and the lightness value of c38efb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001110 11111011
Octal 303 216 373
Decimal 195 142 251
Hex C3 8E FB

RGB Percentages of Color #c38efb

%33.16
%24.15
%42.69

CMYK Percentages of Color #c38efb

%22
%43
%0
%2

Triadic Colors of #c38efb

#c38efb #fbc38e #8efbc3

Analogous Colors of #c38efb

#c38efb #fa8efb #8e90fb

Monochromatic Colors of #c38efb

#c38efb

Complementary Color

#c38efb #c6fb8e

#c38efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38efb Color CSS Codes

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

#c38efb Text Font Color

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

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


#c38efb Background Color

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

This div background color is #c38efb


#c38efb Border Color

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

This div border color is #c38efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38efb


Comments

No comments written yet.

Please login to write comment.