Color Hex Logo

#c2b7f1 Color Hex

#C2B7F1
(194,183,241)
0 Favorites   0 Comments

Color spaces of #c2b7f1

RGB 194183241
HSL0.700.670.83
HSV251°24°95°
CMYK 0.200.240.00   0.05
XYZ55.058851.687290.2938
Yxy51.68720.27940.2623
Hunter Lab71.893810.8874-24.1386
CIE-Lab77.093415.5401-27.3952

#c2b7f1 color RGB value is (194,183,241).

#c2b7f1 hex color red value is 194, green value is 183 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #c2b7f1 hue: 0.70 , saturation: 0.67 and the lightness value of c2b7f1 is 0.83.

The process color (four color CMYK) of #c2b7f1 color hex is 0.20, 0.24, 0.00, 0.05. Web safe color of #c2b7f1 is #ccccff. Color #c2b7f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110111 11110001
Octal 302 267 361
Decimal 194 183 241
Hex C2 B7 F1

RGB Percentages of Color #c2b7f1

%31.39
%29.61
%39.00

CMYK Percentages of Color #c2b7f1

%20
%24
%0
%5

Triadic Colors of #c2b7f1

#c2b7f1 #f1c2b7 #b7f1c2

Analogous Colors of #c2b7f1

#c2b7f1 #dfb7f1 #b7c9f1

Monochromatic Colors of #c2b7f1

#c2b7f1

Complementary Color

#c2b7f1 #e6f1b7

#c2b7f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b7f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b7f1 Color CSS Codes

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

#c2b7f1 Text Font Color

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

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


#c2b7f1 Background Color

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

This div background color is #c2b7f1


#c2b7f1 Border Color

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

This div border color is #c2b7f1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,183,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2b7f1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2b7f1;
  -webkit-box-shadow: 1px 1px 3px 2px #c2b7f1;
  box-shadow:         1px 1px 3px 2px #c2b7f1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,183,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b7f1


Comments

No comments written yet.

Please login to write comment.