Color Hex Logo

#c27bf7 Color Hex

#C27BF7
(194,123,247)
0 Favorites   0 Comments

Color spaces of #c27bf7

RGB 194123247
HSL0.760.890.73
HSV274°50°97°
CMYK 0.210.500.00   0.03
XYZ46.119632.350791.8092
Yxy32.35070.27080.1900
Hunter Lab56.877745.2018-55.8887
CIE-Lab63.631749.6633-51.6504

#c27bf7 color RGB value is (194,123,247).

#c27bf7 hex color red value is 194, green value is 123 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #c27bf7 hue: 0.76 , saturation: 0.89 and the lightness value of c27bf7 is 0.73.

The process color (four color CMYK) of #c27bf7 color hex is 0.21, 0.50, 0.00, 0.03. Web safe color of #c27bf7 is #cc66ff. Color #c27bf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111011 11110111
Octal 302 173 367
Decimal 194 123 247
Hex C2 7B F7

RGB Percentages of Color #c27bf7

%34.40
%21.81
%43.79

CMYK Percentages of Color #c27bf7

%21
%50
%0
%3

Triadic Colors of #c27bf7

#c27bf7 #f7c27b #7bf7c2

Analogous Colors of #c27bf7

#c27bf7 #f77bee #847bf7

Monochromatic Colors of #c27bf7

#c27bf7

Complementary Color

#c27bf7 #b0f77b

#c27bf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27bf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27bf7 Color CSS Codes

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

#c27bf7 Text Font Color

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

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


#c27bf7 Background Color

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

This div background color is #c27bf7


#c27bf7 Border Color

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

This div border color is #c27bf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27bf7


Comments

No comments written yet.

Please login to write comment.