Color Hex Logo

#c67be1 Color Hex

#C67BE1
(198,123,225)
0 Favorites   0 Comments

Color spaces of #c67be1

RGB 198123225
HSL0.790.630.68
HSV284°45°88°
CMYK 0.120.450.00   0.12
XYZ43.962331.607975.0180
Yxy31.60790.29190.2099
Hunter Lab56.220941.1927-39.7586
CIE-Lab63.017546.0865-40.4068

#c67be1 color RGB value is (198,123,225).

#c67be1 hex color red value is 198, green value is 123 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c67be1 hue: 0.79 , saturation: 0.63 and the lightness value of c67be1 is 0.68.

The process color (four color CMYK) of #c67be1 color hex is 0.12, 0.45, 0.00, 0.12. Web safe color of #c67be1 is #cc66cc. Color #c67be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111011 11100001
Octal 306 173 341
Decimal 198 123 225
Hex C6 7B E1

RGB Percentages of Color #c67be1

%36.26
%22.53
%41.21

CMYK Percentages of Color #c67be1

%12
%45
%0
%12

Triadic Colors of #c67be1

#c67be1 #e1c67b #7be1c6

Analogous Colors of #c67be1

#c67be1 #e17bc9 #937be1

Monochromatic Colors of #c67be1

#c67be1

Complementary Color

#c67be1 #96e17b

#c67be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67be1 Color CSS Codes

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

#c67be1 Text Font Color

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

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


#c67be1 Background Color

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

This div background color is #c67be1


#c67be1 Border Color

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

This div border color is #c67be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67be1


Comments

No comments written yet.

Please login to write comment.