Color Hex Logo

#c38ffb Color Hex

#C38FFB
(195,143,251)
0 Favorites   0 Comments

Color spaces of #c38ffb

RGB 195143251
HSL0.750.930.77
HSV269°43°98°
CMYK 0.220.430.00   0.02
XYZ49.740738.212196.0208
Yxy38.21210.27040.2077
Hunter Lab61.815935.4536-48.8260
CIE-Lab68.176640.0980-46.6604

#c38ffb color RGB value is (195,143,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001111 11111011
Octal 303 217 373
Decimal 195 143 251
Hex C3 8F FB

RGB Percentages of Color #c38ffb

%33.11
%24.28
%42.61

CMYK Percentages of Color #c38ffb

%22
%43
%0
%2

Triadic Colors of #c38ffb

#c38ffb #fbc38f #8ffbc3

Analogous Colors of #c38ffb

#c38ffb #f98ffb #8f91fb

Monochromatic Colors of #c38ffb

#c38ffb

Complementary Color

#c38ffb #c7fb8f

#c38ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38ffb Color CSS Codes

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

#c38ffb Text Font Color

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

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


#c38ffb Background Color

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

This div background color is #c38ffb


#c38ffb Border Color

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

This div border color is #c38ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,143,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 #c38ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38ffb


Comments

No comments written yet.

Please login to write comment.