Color Hex Logo

#c3b4ed Color Hex

#C3B4ED
(195,180,237)
0 Favorites   0 Comments

Color spaces of #c3b4ed

RGB 195180237
HSL0.710.610.82
HSV256°24°93°
CMYK 0.180.240.00   0.07
XYZ54.113050.359086.9890
Yxy50.35900.28260.2630
Hunter Lab70.964111.9264-23.0039
CIE-Lab76.289116.6066-26.4610

#c3b4ed color RGB value is (195,180,237).

#c3b4ed hex color red value is 195, green value is 180 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c3b4ed hue: 0.71 , saturation: 0.61 and the lightness value of c3b4ed is 0.82.

The process color (four color CMYK) of #c3b4ed color hex is 0.18, 0.24, 0.00, 0.07. Web safe color of #c3b4ed is #ccccff. Color #c3b4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110100 11101101
Octal 303 264 355
Decimal 195 180 237
Hex C3 B4 ED

RGB Percentages of Color #c3b4ed

%31.86
%29.41
%38.73

CMYK Percentages of Color #c3b4ed

%18
%24
%0
%7

Triadic Colors of #c3b4ed

#c3b4ed #edc3b4 #b4edc3

Analogous Colors of #c3b4ed

#c3b4ed #e0b4ed #b4c2ed

Monochromatic Colors of #c3b4ed

#c3b4ed

Complementary Color

#c3b4ed #deedb4

#c3b4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b4ed Color CSS Codes

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

#c3b4ed Text Font Color

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

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


#c3b4ed Background Color

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

This div background color is #c3b4ed


#c3b4ed Border Color

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

This div border color is #c3b4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b4ed


Comments

No comments written yet.

Please login to write comment.