Color Hex Logo

#c69fe1 Color Hex

#C69FE1
(198,159,225)
0 Favorites   0 Comments

Color spaces of #c69fe1

RGB 198159225
HSL0.770.520.75
HSV275°29°88°
CMYK 0.120.290.00   0.12
XYZ49.277442.238376.7898
Yxy42.23830.29280.2510
Hunter Lab64.991021.6078-24.5601
CIE-Lab71.034926.5230-27.9635

#c69fe1 color RGB value is (198,159,225).

#c69fe1 hex color red value is 198, green value is 159 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c69fe1 hue: 0.77 , saturation: 0.52 and the lightness value of c69fe1 is 0.75.

The process color (four color CMYK) of #c69fe1 color hex is 0.12, 0.29, 0.00, 0.12. Web safe color of #c69fe1 is #cc99cc. Color #c69fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011111 11100001
Octal 306 237 341
Decimal 198 159 225
Hex C6 9F E1

RGB Percentages of Color #c69fe1

%34.02
%27.32
%38.66

CMYK Percentages of Color #c69fe1

%12
%29
%0
%12

Triadic Colors of #c69fe1

#c69fe1 #e1c69f #9fe1c6

Analogous Colors of #c69fe1

#c69fe1 #e19fdb #a59fe1

Monochromatic Colors of #c69fe1

#c69fe1

Complementary Color

#c69fe1 #bae19f

#c69fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69fe1 Color CSS Codes

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

#c69fe1 Text Font Color

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

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


#c69fe1 Background Color

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

This div background color is #c69fe1


#c69fe1 Border Color

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

This div border color is #c69fe1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,159,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c69fe1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c69fe1;
  -webkit-box-shadow: 1px 1px 3px 2px #c69fe1;
  box-shadow:         1px 1px 3px 2px #c69fe1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,159,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69fe1


Comments

No comments written yet.

Please login to write comment.